Skip to content

Commit d756f5e

Browse files
committed
add python trove classifiers to setup.py
1 parent 81793fa commit d756f5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,16 @@
3636
tests_require=test_requires,
3737
install_requires=requires,
3838
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+
),
3951
)

0 commit comments

Comments
 (0)