Skip to content

Commit 7a02c7b

Browse files
committed
Add classifiers to pyproject.toml
1 parent 746a830 commit 7a02c7b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ dependencies = [
1111
"scapy (>=2.6.1,<3.0.0)"
1212
]
1313
license = { file = "LICENSE" }
14+
classifiers = [
15+
"Programming Language :: Python",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Operating System :: OS Independent",
23+
"Development Status :: 5 - Production/Stable",
24+
"Environment :: Console",
25+
"Intended Audience :: Developers",
26+
"Natural Language :: English",
27+
"Topic :: Software Development :: Testing",
28+
"Typing :: Typed",
29+
]
1430

1531
[build-system]
1632
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)