From 35eadb7aa87bbb5d6351d36c69e6e56233a9fbeb Mon Sep 17 00:00:00 2001 From: Will Riley Date: Fri, 13 Jun 2025 01:04:14 +0200 Subject: [PATCH] Fixed description. --- CITATION.cff | 2 +- README.md | 20 ++++++++++---------- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 275c64a..65ea62e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,7 +13,7 @@ authors: repository-code: > https://github.com/willynilly/verple abstract: > - Seriously strict and conservative universal version comparator, serializer, and protocol. + Verple is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol. keywords: - versioning - semantic versioning diff --git a/README.md b/README.md index 69ceb90..6a31869 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Verple -**Verple** is a ridiculously serious, conservative universal version format, comparator, serializer, and protocol. +**Verple** is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol. ## Design Goals @@ -92,15 +92,6 @@ This project uses `pytest`: pytest tests/ ``` -## License - -Apache 2.0 - -## Author - -- Will Riley -- Co-developed with ChatGPT-4o during protocol design. - ## Protocol Semantics ### Normalization @@ -201,3 +192,12 @@ The following fields are used throughout Verple's internal model, canonical seri - **verple**: The version of the Verple serialization protocol used to encode the JSON-LD document. - **@context / @type**: JSON-LD linked data metadata used to enable semantic parsing of Verple objects. + +## License + +Apache 2.0 + +## Author + +- Will Riley +- Co-developed with ChatGPT-4o during protocol design. diff --git a/pyproject.toml b/pyproject.toml index 3f04c09..4ba5d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "verple" version = "1.0.0" -description = "Seriously strict and conservative universal version comparator, serializer, and protocol." +description = "Verple is a ridiculously strict and ultra-conservative universal version format, comparator, serializer, and protocol." readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0"