Skip to content

Commit 177f0f4

Browse files
committed
Re-add classifiers to pyproject.
1 parent a556b56 commit 177f0f4

File tree

2 files changed

+16
-35
lines changed

2 files changed

+16
-35
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ dependencies = [
1616
"typing_extensions; python_version < '3.12'"
1717
]
1818
dynamic = ["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]
2137
source = "https://github.com/python-hyper/h11"

setup.py-1

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)