Skip to content

Commit 9eacaf7

Browse files
committed
Updated setup.py (version+classifiers)
1 parent a7b2318 commit 9eacaf7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

setup.py

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='trac-github',
11-
version='2.4',
11+
version='2.5',
1212
author='Aymeric Augustin',
1313
author_email='[email protected]',
1414
url='https://github.com/trac-hacks/trac-github',
@@ -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)