From 363f5a3b0956a7b5b4d8cc0ca060ed5a71b21d21 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Fri, 27 Mar 2020 00:11:33 +0300 Subject: [PATCH] use python-requires metadata instead of requires-python Here is the doc with right name - https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fa622c60..588b6705 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ project_urls = Documentation = https://stestr.readthedocs.io Source Code = https://github.com/mtreinish/stestr Bug Tracker = https://github.com/mtreinish/stestr/issues -requires-python = >=3.5 +python-requires = >=3.5 [files] packages =