We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b2318 commit 9eacaf7Copy full SHA for 9eacaf7
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='trac-github',
11
- version='2.4',
+ version='2.5',
12
author='Aymeric Augustin',
13
author_email='[email protected]',
14
url='https://github.com/trac-hacks/trac-github',
@@ -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