File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,26 @@ authors = [{ name = "Patrick Gingras", email = "
[email protected] " }]
1515license = { text = " BSD-3-Clause" }
1616dependencies = []
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 ]
1939datadog = [" ddtrace" , " datadog" ]
2040
You can’t perform that action at this time.
0 commit comments