From f425c49eac1de23956e72dc2f7b3e9242a9e0a8a Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Mon, 27 Jun 2016 23:57:58 -0700 Subject: [PATCH] Change setup.py classifier from beta to stable. Aww yeah. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1dc419..4299271 100644 --- a/setup.py +++ b/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",