diff --git a/pyproject.toml b/pyproject.toml index 7b61183..7278736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,14 @@ [project] name = "modern-di-faststream" -description = "Modern-DI integration for FastStream" +description = "modern-di integration for FastStream" authors = [{ name = "Artur Shiriev", email = "me@shiriev.ru" }] requires-python = ">=3.10,<4" license = "MIT" readme = "README.md" -keywords = ["DI", "dependency injector", "ioc-container", "FastStream", "python"] +keywords = ["dependency-injection", "di", "ioc-container", "modern-di", "faststream", "python"] classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -19,8 +21,11 @@ dependencies = ["faststream>=0.7,<0.8", "modern-di>=2.19.0,<3"] version = "0" [project.urls] -repository = "https://github.com/modern-python/modern-di-faststream" -docs = "https://modern-di.modern-python.org" +Homepage = "https://modern-di.modern-python.org" +Documentation = "https://modern-di.modern-python.org" +Repository = "https://github.com/modern-python/modern-di-faststream" +Issues = "https://github.com/modern-python/modern-di-faststream/issues" +Changelog = "https://github.com/modern-python/modern-di-faststream/releases" [dependency-groups] dev = [