From c0e2d346bb2b090da791c754627ff1d38331a693 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Sat, 8 Jul 2023 17:28:49 +0000 Subject: [PATCH] docs: capitalize "Remarshal" --- README.md | 2 +- pyproject.toml | 2 +- remarshal.py | 2 +- tests/test_remarshal.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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