Skip to content

Commit 5443ab0

Browse files
author
Robert Buck
committed
Add pypi classifiers.
1 parent cd25f61 commit 5443ab0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,19 @@
2222
license='BSD License',
2323
long_description=open(readme).read(),
2424
install_requires=['pytz>=2015.4'],
25+
classifiers=[
26+
'Development Status :: 5 - Production/Stable',
27+
'Environment :: Console',
28+
'Intended Audience :: Developers',
29+
'License :: OSI Approved :: BSD License'
30+
'Operating System :: MacOS :: MacOS X',
31+
'Operating System :: POSIX :: Linux',
32+
'Programming Language :: Python',
33+
'Programming Language :: Python :: 2',
34+
'Programming Language :: Python :: 2.7',
35+
'Programming Language :: Python :: 3',
36+
'Programming Language :: Python :: 3.4',
37+
'Programming Language :: SQL',
38+
'Topic :: Database :: Front-Ends',
39+
],
2540
)

0 commit comments

Comments
 (0)