diff --git a/setup.cfg b/setup.cfg index dfeb3b7c..9d407650 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,10 +3,16 @@ name = python-swiftclient summary = OpenStack Object Storage API Client Library description_file = README.rst +long_description_content_type = text/x-rst license = Apache License, Version 2.0 author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/python-swiftclient/latest/ +project_urls = + Bug Tracker = https://bugs.launchpad.net/python-swiftclient + Documentation = https://docs.openstack.org/python-swiftclient/latest/ + Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog + Source Code = https://opendev.org/openstack/python-swiftclient python_requires = >=3.6 classifier = Environment :: OpenStack