Updated PyPI classifiers

pull/376/head
Simon Willison 2018-04-17 17:30:46 -07:00
rodzic bf5ec2d611
commit 1f384e662b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 17E2DEA2588B7F52
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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',
],
)