diff --git a/setup.py b/setup.py index 8966cdd70..47c913fec 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def main(): author_email='holger at merlinux.eu', entry_points= make_entry_points(), install_requires=['pylib>=1.9.9'], - classifiers=['Development Status :: 6 - Mature', + classifiers=['Development Status :: 5 - Production', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX', @@ -66,4 +66,4 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() \ No newline at end of file + main()