From 0c61146bdcc10b7c344af52daf5bb7e90e4b6fcb Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 17 Oct 2022 14:59:47 -0500 Subject: add python_requires metadata --- docs/news.rst | 5 +++++ setup.cfg | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 14322ce..467576a 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,6 +1,11 @@ Paste Deployment News ===================== +3.0.1 (2022-10-17) +------------------ + +* Fix ``python_requires`` package metadata to support Python 3.7+. + 3.0 (2022-10-16) ---------------- diff --git a/setup.cfg b/setup.cfg index b1bbfce..fec9b05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PasteDeploy -version = 3.0 +version = 3.0.1 author = Ian Bicking author_email = pylons-discuss@googlegroups.com maintainer = Michael Merickel @@ -39,6 +39,7 @@ project_urls = Issue Tracker = https://github.com/Pylons/pastedeploy/issues [options] +python_requires = >= 3.7 package_dir = =src packages = find: -- cgit v1.2.1