From d9733bd08cdcc76f4ace725bf28a433d6f2999ef Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Sat, 5 Nov 2022 22:18:18 +0800 Subject: [PATCH] more informations for pypi --- pyproject.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aecc88f..b024ab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,15 @@ description = "Print FastCDC rolling hash chunks and checksums." authors = ["Xie Yanbo "] license = "MIT" readme = "README.md" +homepage = "https://github.com/xyb/chunksum" +repository = "https://github.com/xyb/chunksum" +classifiers = [ + "Environment :: Console", + "Development Status :: 3 - Alpha", + "Topic :: Utilities", +] -[project.urls] -"Homepage" = "https://github.com/xyb/chunksum" +[tool.poetry.urls] "Bug Tracker" = "https://github.com/xyb/chunksum/issues" [tool.poetry.scripts]