Skip to content

Commit

Permalink
[chores] Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 1, 2024
1 parent 7157a04 commit f523b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def get_install_requires():
name="openwisp-controller",
version=get_version(),
license="GPL3",
author="Federico Capoano",
author_email="[email protected]",
description="OpenWISP 2 Controller",
author="OpenWISP",
author_email="[email protected]",
description="OpenWISP Controller",
long_description=open("README.rst").read(),
url="http://openwisp.org",
download_url="https://github.com/openwisp/openwisp-controller/releases",
Expand All @@ -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',
Expand Down

0 comments on commit f523b89

Please sign in to comment.