8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928865e commit 6923f11Copy full SHA for 6923f11
setup.py
@@ -34,6 +34,13 @@ def get_version():
34
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
35
'Natural Language :: English',
36
'Operating System :: POSIX',
37
- 'Operating System :: Microsoft :: Windows'
+ 'Operating System :: Microsoft :: Windows',
38
+ 'Programming Language :: Python',
39
+ 'Programming Language :: Python :: 2',
40
+ 'Programming Language :: Python :: 2.7',
41
+ 'Programming Language :: Python :: 3',
42
+ 'Programming Language :: Python :: 3.4',
43
+ 'Programming Language :: Python :: 3.5',
44
+ 'Programming Language :: Python :: 3.6',
45
]
46
)
0 commit comments