Updated PyPI classifiers

This commit is contained in:
Simon Willison 2018-04-17 17:30:46 -07:00
commit 1f384e662b
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -50,12 +50,13 @@ setup(
'beautifulsoup4==4.6.0',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Intended Audience :: End Users/Desktop',
'Topic :: Database',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.5',
],
)