Skip to content

Commit eccc5ba

Browse files
committed
Added Python3 classifiers in setup.py
1 parent 657fd66 commit eccc5ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,16 @@
3030
]},
3131
test_suite='runtests',
3232
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+
],
3345
)

0 commit comments

Comments
 (0)