Update PyPI classifiers

This commit is contained in:
Simon Willison 2019-07-14 10:16:36 -07:00
commit 72a6f430df

View file

@ -32,7 +32,7 @@ setup(
tests_require=["sqlite-utils[test]"],
url="https://github.com/simonw/sqlite-utils",
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: End Users/Desktop",
@ -40,5 +40,6 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)