File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ dependencies = [
11
11
" scapy (>=2.6.1,<3.0.0)"
12
12
]
13
13
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
+ ]
14
30
15
31
[build-system ]
16
32
requires = [" poetry-core>=2.0.0,<3.0.0" ]
You can’t perform that action at this time.
0 commit comments