summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2017-11-20 18:04:26 +0000
committerJeremy Stanley <fungi@yuggoth.org>2017-11-22 23:55:17 +0000
commit839ef3428d909e3b198a58029147d3d834c540d8 (patch)
tree09ab93bbcfd3f1fd4def6168add5f89646cd17be /doc
parent73cc4189caa8b8eb73855025529e5f820fb76a30 (diff)
downloadpbr-839ef3428d909e3b198a58029147d3d834c540d8.tar.gz
Support PEP 345 Project-URL metadata
By including one or more Project-URL entries in PKG-INFO metadata, PyPI can display helpful hyperlinks in a generic manner. Add support here to be able to pass it through setup.cfg with a project_urls dict. See the corresponding section of the Core Metadata Specifications from the Python Packaging User Guide for details: https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use Setuptools implementation is underway here: https://github.com/pypa/setuptools/pull/1210 Change-Id: I14e580c654b619cab7eb24e31f736056d6cf9bd4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/using.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/user/using.rst b/doc/source/user/using.rst
index 4b08ec4..e22dc54 100644
--- a/doc/source/user/using.rst
+++ b/doc/source/user/using.rst
@@ -52,6 +52,10 @@ itself):
summary = OpenStack's setup automation in a reusable form
description-file = README
home-page = https://launchpad.net/pbr
+ project_urls =
+ Bug Tracker = https://bugs.launchpad.net/pbr/
+ Documentation = https://docs.openstack.org/pbr/
+ Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
license = Apache-2
classifier =
Development Status :: 4 - Beta