From 302f960cd2418341a42aec8262a8ef089d0564ff Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 27 Mar 2020 13:45:32 -0500 Subject: [PATCH] Replace old requires-python with python-requires requires-python is old value and does not work, python-requires is right metadata. 'python-requires' is introduced from PEP440 and requires-python was old value in PEP345. - https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires - https://www.python.org/dev/peps/pep-0345/#requires-python Change-Id: I8cd4994c632ee0e0f78d0c2caceb17efc1d09387 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 42d0b28..8f4bead 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ summary = Collection of scripts (coats) that improve open-stack developer browsi description-file = README.md home-page = https://github.com/openstack/coats -requires-python = >=2.7 +python-requires = >=2.7 license = BSD classifier =