From 3cfdae1ff54ed72796fd4cd6b88d8cf7bedb4046 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Mon, 9 Sep 2019 10:50:10 +0200 Subject: [PATCH] Update project links and package metadata Change-Id: Iedca582e2c15917e9d0f26e4e692bfbcf2113abe --- CONTRIBUTING.rst | 5 +++-- README.rst | 6 +++--- setup.cfg | 8 +++++++- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ab4b52a..9552968 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -10,8 +10,9 @@ submitted for review via the Gerrit tool: http://docs.openstack.org/infra/manual/developers.html#development-workflow -Pull requests submitted through GitHub will be ignored. +Note that the primary repo is https://opendev.org/performa/os-faults/ +Repos located at GitHub are mirrors and may be out of sync. -Bugs should be filed on Launchpad, not GitHub: +Project bug tracker is Launchpad: https://bugs.launchpad.net/os-faults diff --git a/README.rst b/README.rst index 8b980b5..8cd9979 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,9 @@ are implemented as drivers (e.g. DevStack driver, Fuel driver, Libvirt driver, IPMI driver, Universal driver). * Free software: Apache license -* Documentation: http://os-faults.readthedocs.io -* Source: https://github.com/openstack/os-faults -* Bugs: http://bugs.launchpad.net/os-faults +* Documentation: https://os-faults.readthedocs.io/ +* Source: https://opendev.org/performa/os-faults/ +* Bugs: https://bugs.launchpad.net/os-faults Installation diff --git a/setup.cfg b/setup.cfg index 945bf85..7b2fb87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,15 @@ name = os_faults summary = OpenStack fault-injection library description-file = README.rst +description-content-type = text/x-rst; charset=UTF-8 author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = http://os-faults.readthedocs.io/ +url = http://os-faults.readthedocs.io/ +download_url = https://pypi.org/project/os-faults/ +project_urls = + Bug Tracker = https://bugs.launchpad.net/os-faults + Documentation = http://os-faults.readthedocs.io/ + Source Code = https://opendev.org/performa/os-faults/ classifier = Environment :: OpenStack Intended Audience :: Information Technology