From dbd3de678cb4006fac013822bccf3da765f0f19c Mon Sep 17 00:00:00 2001 From: Tupui <23188539+tupui@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:37:57 +0200 Subject: [PATCH] Fix metadata for PyPi and twine --- tansu/README.md | 3 +++ tansu/pyproject.toml | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 tansu/README.md 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",