We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd25f61 commit 5443ab0Copy full SHA for 5443ab0
setup.py
@@ -22,4 +22,19 @@
22
license='BSD License',
23
long_description=open(readme).read(),
24
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
+ ],
40
)
0 commit comments