Skip to content

Commit 453a5e6

Browse files
lesnik512claude
andauthored
chore: enrich PyPI metadata (keywords, classifiers, project urls) (#12)
* chore: enrich PyPI metadata (keywords, classifiers, project urls) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: drop deprecated License classifier (SPDX license key already set) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2f036a6 commit 453a5e6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[project]
22
name = "modern-di-fastapi"
3-
description = "Modern-DI integration for FastAPI"
3+
description = "modern-di integration for FastAPI"
44
authors = [{ name = "Artur Shiriev", email = "me@shiriev.ru" }]
55
requires-python = ">=3.10,<4"
66
license = "MIT"
77
readme = "README.md"
8-
keywords = ["DI", "dependency injector", "ioc-container", "FastAPI", "python"]
8+
keywords = ["dependency-injection", "di", "ioc-container", "modern-di", "fastapi", "python"]
99
classifiers = [
10+
"Development Status :: 5 - Production/Stable",
11+
"Intended Audience :: Developers",
1012
"Programming Language :: Python :: 3.10",
1113
"Programming Language :: Python :: 3.11",
1214
"Programming Language :: Python :: 3.12",
@@ -19,8 +21,11 @@ dependencies = ["fastapi>=0.100,<1", "modern-di>=2.19.0,<3"]
1921
version = "0"
2022

2123
[project.urls]
22-
repository = "https://github.com/modern-python/modern-di-fastapi"
23-
docs = "https://modern-di.modern-python.org"
24+
Homepage = "https://modern-di.modern-python.org"
25+
Documentation = "https://modern-di.modern-python.org"
26+
Repository = "https://github.com/modern-python/modern-di-fastapi"
27+
Issues = "https://github.com/modern-python/modern-di-fastapi/issues"
28+
Changelog = "https://github.com/modern-python/modern-di-fastapi/releases"
2429

2530
[dependency-groups]
2631
dev = [

0 commit comments

Comments
 (0)