Skip to content

Commit 6fb35cd

Browse files
Added right classifiers
1 parent edc4cce commit 6fb35cd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@
3636
# Add here all kinds of additional classifiers as defined under
3737
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
3838
CLASSIFIERS = ['Development Status :: 2 - Pre-Alpha',
39-
'Programming Language :: Python']
39+
'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+
]
4048

4149
# Add here console scripts like ['hello_world = pydse.module:function']
4250
CONSOLE_SCRIPTS = []

0 commit comments

Comments
 (0)