From c307a8abee701f394f620b5d4f871c40adedadd8 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 20 Oct 2019 23:01:49 +0800 Subject: [PATCH] setup.cfg: Cleanup - pbr hasn't need the hook configuration since forever [1] - Update urls to latest - Remove the unncessary === [1] https://github.com/openstack/pbr/commit/c84876dc0f559a66fec19b2f81f5717204b253e2 Change-Id: I2b5b437cf48534d13aa5e3adcccb8baf6841235e --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 4 ++-- setup.cfg | 4 ---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index df526a76..0e3f19be 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: -http://docs.openstack.org/infra/manual/developers.html +https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: -http://docs.openstack.org/infra/manual/developers.html#development-workflow +https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 0519a03f..31be2839 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ os-net-config Style Commandments -=============================================== +================================ -Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/setup.cfg b/setup.cfg index 2702dc44..54976f88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,10 +24,6 @@ classifier = packages = os_net_config -[global] -setup-hooks = - pbr.hooks.setup_hook - [entry_points] console_scripts = os-net-config = os_net_config.cli:main