We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc4cce commit 6fb35cdCopy full SHA for 6fb35cd
setup.py
@@ -36,7 +36,15 @@
36
# Add here all kinds of additional classifiers as defined under
37
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
38
CLASSIFIERS = ['Development Status :: 2 - Pre-Alpha',
39
- 'Programming Language :: Python']
+ 'License :: OSI Approved :: BSD License',
40
+ 'Programming Language :: Python',
41
+ 'Programming Language :: Python :: 2.6',
42
+ 'Programming Language :: Python :: 2.7',
43
+ 'Programming Language :: Python :: 3.2',
44
+ 'Programming Language :: Python :: 3.3',
45
+ 'Intended Audience :: Science/Research',
46
+ 'Topic :: Scientific/Engineering :: Mathematics'
47
+ ]
48
49
# Add here console scripts like ['hello_world = pydse.module:function']
50
CONSOLE_SCRIPTS = []
0 commit comments