We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657fd66 commit eccc5baCopy full SHA for eccc5ba
setup.py
@@ -30,4 +30,16 @@
30
]},
31
test_suite='runtests',
32
tests_require='lxml',
33
+ classifiers=[
34
+ 'Programming Language :: Python',
35
+ 'Programming Language :: Python :: 2.7',
36
+ 'Programming Language :: Python :: 3',
37
+ 'Programming Language :: Python :: 3.7',
38
+ 'Programming Language :: Python :: 3.8',
39
+ 'Programming Language :: Python :: 3.9',
40
+ 'Programming Language :: Python :: 3.10',
41
+ 'Programming Language :: Python :: 3.11',
42
+ 'Programming Language :: Python :: 3.12',
43
+ 'Framework :: Trac',
44
+ ],
45
)
0 commit comments