Skip to content

Commit

Permalink
chore: add pypi metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Mar 7, 2025
1 parent 128b03d commit 2711574
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ authors = [{ name = "Patrick Gingras", email = "[email protected]" }]
license = { text = "BSD-3-Clause" }
dependencies = []

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]

[project.urls]
Homepage = "https://github.com/fellowapp/asyncio-connection-pool"
Repository = "https://github.com/fellowapp/asyncio-connection-pool"
Changelog = "https://github.com/fellowapp/asyncio-connection-pool/releases"

[project.optional-dependencies]
datadog = ["ddtrace", "datadog"]

Expand Down

0 comments on commit 2711574

Please sign in to comment.