Skip to content

Commit 33b40b5

Browse files
committed
Merge pull request #414 from kyleam/trove-update
Specify python versions in Trove classifiers
2 parents c678281 + 199a602 commit 33b40b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
classifiers = ['Development Status :: 3 - Alpha',
1717
'Programming Language :: Python',
18+
'Programming Language :: Python :: 2',
19+
'Programming Language :: Python :: 3',
20+
'Programming Language :: Python :: 2.7',
21+
'Programming Language :: Python :: 3.3',
1822
'License :: OSI Approved :: Apache Software License',
1923
'Intended Audience :: Science/Research',
2024
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)