Skip to content

Commit 2082762

Browse files
committed
Update classifiers
1 parent be39db6 commit 2082762

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

scapy-rpc/pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ license = "GPL-2.0-only"
1313
requires-python = ">=3.7, <4"
1414
description = "Scapy RPC definitions"
1515
classifiers = [
16-
"Framework :: Scapy",
16+
"Development Status :: 3 - Alpha",
17+
"Environment :: Console",
18+
"Intended Audience :: Information Technology",
19+
"Intended Audience :: System Administrators",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3 :: Only",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: 3.9",
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+
"Topic :: Security",
29+
"Topic :: System :: Networking",
1730
]
1831

1932
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)