diff --git a/setup.py b/setup.py index c7e57a5bb..74b609af0 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,9 @@ def get_install_requires(): name="openwisp-controller", version=get_version(), license="GPL3", - author="Federico Capoano", - author_email="federico.capoano@gmail.com", - description="OpenWISP 2 Controller", + author="OpenWISP", + author_email="support@openwisp.io", + description="OpenWISP Controller", long_description=open("README.rst").read(), url="http://openwisp.org", download_url="https://github.com/openwisp/openwisp-controller/releases", @@ -56,7 +56,7 @@ def get_install_requires(): zip_safe=False, install_requires=get_install_requires(), classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Topic :: Internet :: WWW/HTTP', 'Topic :: System :: Networking',