diff --git a/setup.py b/setup.py index 0e31c5a..5c9c09d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ class Package(boilerplates.setup.Package): description = 'Various boilerplates used in almost all of my Python packages.' url = 'https://github.com/mbdevpl/python-boilerplates' classifiers = [ - 'Development Status :: 1 - Planning', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: MacOS',