Metadata updates

Include project_urls so PyPI gets more sidebar links.

Include long_description_content_type to quiet a twine warning.

Change-Id: Id3b90927ba24fd47efdbeeb2107bdae9e86e93ba
This commit is contained in:
Tim Burke 2023-03-17 16:47:34 -07:00
parent d572ccfae9
commit d368644bc6
1 changed files with 6 additions and 0 deletions

View File

@ -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