From fdd3d15899e8fabe5dbcd78005ee84781ef77f8f Mon Sep 17 00:00:00 2001 From: Tuan Do Anh Date: Thu, 12 Jul 2018 13:59:58 +0700 Subject: [PATCH] Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I8e368f74a60f4f50a2c29bdeac16519fedda2854 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a1c39976..7217b9874 100644 --- a/setup.cfg +++ b/setup.cfg @@ -106,8 +106,8 @@ output_file = barbican/locale/barbican.pot # TBD: OpenStack stuff... # NOTE(jkoelker) To run the test suite under nose install the following -# coverage http://pypi.python.org/pypi/coverage -# tissue http://pypi.python.org/pypi/tissue (pep8 checker) +# coverage https://pypi.org/project/coverage +# tissue https://pypi.org/project/tissue (pep8 checker) # openstack-nose https://github.com/jkoelker/openstack-nose #verbosity=2 #detailed-errors=1