From d368644bc6a8bbcb13878c0bd2f16dfc8bbd99e0 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 17 Mar 2023 16:47:34 -0700 Subject: Metadata updates Include project_urls so PyPI gets more sidebar links. Include long_description_content_type to quiet a twine warning. Change-Id: Id3b90927ba24fd47efdbeeb2107bdae9e86e93ba --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index dfeb3b7..9d40765 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 -- cgit v1.2.1