Skip to content

Commit 2711574

Browse files
committed
chore: add pypi metadata
1 parent 128b03d commit 2711574

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ authors = [{ name = "Patrick Gingras", email = "[email protected]" }]
1515
license = { text = "BSD-3-Clause" }
1616
dependencies = []
1717

18+
classifiers = [
19+
"Development Status :: 5 - Production/Stable",
20+
"Intended Audience :: Developers",
21+
"License :: OSI Approved :: BSD License",
22+
"Operating System :: OS Independent",
23+
"Programming Language :: Python",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Programming Language :: Python :: 3 :: Only",
29+
"Topic :: Software Development :: Libraries :: Python Modules",
30+
"Typing :: Typed",
31+
]
32+
33+
[project.urls]
34+
Homepage = "https://github.com/fellowapp/asyncio-connection-pool"
35+
Repository = "https://github.com/fellowapp/asyncio-connection-pool"
36+
Changelog = "https://github.com/fellowapp/asyncio-connection-pool/releases"
37+
1838
[project.optional-dependencies]
1939
datadog = ["ddtrace", "datadog"]
2040

0 commit comments

Comments
 (0)