File tree Expand file tree Collapse file tree 2 files changed +16
-35
lines changed Expand file tree Collapse file tree 2 files changed +16
-35
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,22 @@ dependencies = [
1616 " typing_extensions; python_version < '3.12'"
1717]
1818dynamic = [" version" ]
19+ classifiers = [
20+ " Development Status :: 4 - Beta" ,
21+ " Intended Audience :: Developers" ,
22+ " License :: OSI Approved :: MIT License" ,
23+ " Programming Language :: Python :: Implementation :: CPython" ,
24+ " Programming Language :: Python :: Implementation :: PyPy" ,
25+ " Programming Language :: Python :: 3" ,
26+ " Programming Language :: Python :: 3 :: Only" ,
27+ " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
30+ " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
32+ " Topic :: Internet :: WWW/HTTP" ,
33+ " Topic :: System :: Networking" ,
34+ ]
1935
2036[project .urls ]
2137source = " https://github.com/python-hyper/h11"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments