diff --git a/README.md b/README.md index c15b140..7cdf315 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# remarshal +# Remarshal Convert between CBOR, JSON, MessagePack, TOML, and YAML. When installed, provides the command line command `remarshal` as well as the short commands diff --git a/pyproject.toml b/pyproject.toml index ab2d526..deba31a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "remarshal" +name = "Remarshal" version = "0.15.0" description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML" authors = ["D. Bohdan"] diff --git a/remarshal.py b/remarshal.py index 664e822..e4fafff 100755 --- a/remarshal.py +++ b/remarshal.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# remarshal, a utility to convert between serialization formats. +# Remarshal, a utility to convert between serialization formats. # Copyright (c) 2014-2020, 2023 D. Bohdan # License: MIT diff --git a/tests/test_remarshal.py b/tests/test_remarshal.py index a87b9f3..fcba29e 100755 --- a/tests/test_remarshal.py +++ b/tests/test_remarshal.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# remarshal, a utility to convert between serialization formats. +# Remarshal, a utility to convert between serialization formats. # Copyright (c) 2014-2020, 2023 D. Bohdan # License: MIT