From 3eb862737432d01d05578c9ebdd004aaa1d04b03 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 10 Sep 2019 13:17:50 +0100 Subject: [PATCH] Update setup.cfg to include project_urls The content is based on what pbr does [1] and packaging docs [2]. The links chosen and the names used are whatever we like. project_urls are used when displaying packages on pypi, the links show up in the left sidebar under a project links section. pbr's example [3]. [1] https://docs.openstack.org/pbr/latest/user/using.html#setup-cfg [2] https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls [3] https://pypi.org/project/pbr/ Change-Id: I0c8663b1ed495f141350fd023c78a6ff38bca29f Story: 2005170 Task: 30915 --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.cfg b/setup.cfg index 03d9b0a44..4c5b94adf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,12 @@ description-file = author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/placement/latest/ +project_urls = + Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/placement + Documentation = https://docs.openstack.org/placement/latest/ + API Reference = https://docs.openstack.org/api-ref/placement/ + Source Code = https://opendev.org/openstack/placement + Release Notes = https://docs.openstack.org/releasenotes/placement/ classifier = Environment :: OpenStack Intended Audience :: Information Technology