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 81793fa commit d756f5eCopy full SHA for d756f5e
setup.py
@@ -36,4 +36,16 @@
36
tests_require=test_requires,
37
install_requires=requires,
38
extras_require={'test': test_requires},
39
+ classifiers=(
40
+ 'Development Status :: 3 - Alpha',
41
+ 'Intended Audience :: Developers',
42
+ 'License :: OSI Approved :: MIT License',
43
+ 'Operating System :: OS Independent',
44
+ 'Programming Language :: Python',
45
+ 'Programming Language :: Python :: 2.7',
46
+ 'Programming Language :: Python :: 3',
47
+ 'Programming Language :: Python :: 3.3',
48
+ 'Topic :: Software Development :: Libraries',
49
+ 'Topic :: Software Development :: Libraries :: Python Modules',
50
+ ),
51
)
0 commit comments