diff --git a/tansu/README.md b/tansu/README.md new file mode 100644 index 0000000..1e348dc --- /dev/null +++ b/tansu/README.md @@ -0,0 +1,3 @@ +# Tansu - Soroban Versioning + +... diff --git a/tansu/pyproject.toml b/tansu/pyproject.toml index e7c8aa2..254c0b6 100644 --- a/tansu/pyproject.toml +++ b/tansu/pyproject.toml @@ -6,6 +6,15 @@ build-backend = "hatchling.build" name = "tansu" version = "1.0.1" description = "Tansu - Soroban Versioning" +readme = "README.md" +requires-python = ">=3.12" +license = "BSD-3-Clause" +authors = [ + { name = "Pamphile Roy" }, +] +maintainers = [ + { name = "Tansu contributors" }, +] classifiers = [ "Development Status :: 4 - Beta",