Change setup.py classifier from beta to stable. Aww yeah.
This commit is contained in:
parent
a6d0e8d57f
commit
f425c49eac
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue