We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e343298 + d368644 commit 779cf74Copy full SHA for 779cf74
setup.cfg
@@ -3,10 +3,16 @@ name = python-swiftclient
3
summary = OpenStack Object Storage API Client Library
4
description_file =
5
README.rst
6
+long_description_content_type = text/x-rst
7
license = Apache License, Version 2.0
8
author = OpenStack
9
author_email = [email protected]
10
home_page = https://docs.openstack.org/python-swiftclient/latest/
11
+project_urls =
12
+ Bug Tracker = https://bugs.launchpad.net/python-swiftclient
13
+ Documentation = https://docs.openstack.org/python-swiftclient/latest/
14
+ Release Notes = https://opendev.org/openstack/python-swiftclient/src/branch/master/ChangeLog
15
+ Source Code = https://opendev.org/openstack/python-swiftclient
16
python_requires = >=3.6
17
classifier =
18
Environment :: OpenStack
0 commit comments