diff --git a/setup.cfg b/setup.cfg index 2d8f3cdb8..9e6d35514 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,12 @@ description_file = README.rst description_content_type = text/x-rst author = OpenStack author_email = openstack-discuss@lists.openstack.org -home_page = https://www.openstack.org/ -python_requires = >=3.8 +home_page = https://www.stackalytics.io +project_urls = + Bug Tracker = https://bugs.launchpad.net/stackalytics + Documentation = https://wiki.openstack.org/wiki/Stackalytics + Source Code = https://opendev.org/x/stackalytics +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Developers @@ -17,7 +21,6 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11