Change setup.py classifier from beta to stable. Aww yeah.

This commit is contained in:
Matt Fox 2016-06-27 23:57:58 -07:00
parent a6d0e8d57f
commit f425c49eac
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ setup(
long_description=open("README.rst").read(),
download_url="http://pypi.python.org/packages/source/N/NetfilterQueue/NetfilterQueue-%s.tar.gz" % VERSION,
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Networking",