summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2018-10-12 10:40:39 -0500
committerMonty Taylor <mordred@inaugust.com>2018-10-12 14:54:51 -0500
commit522ac60a48f5491c2ffd1bb92f2ec4019cb570f1 (patch)
treec243b93b99022e0ea95c5795269a4788f159e0bb /setup.cfg
parent2200816ad5d3ade47c321d9f210239579fb87870 (diff)
downloadzuul-522ac60a48f5491c2ffd1bb92f2ec4019cb570f1.tar.gz
Add line to setup.cfg limiting to python >=3.5
This adds "Requires-Python: >=3.5" to the PKG-INFO file, which will then in turn be processed by pypi and pip and prevent users on python2 from being able to pip install zuul. Change-Id: Ia2fe96bd151faf4f0c15be79872d4ddf9505b771
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bb5b64064..50f53e51a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ description-file =
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
+python-requires = >=3.5
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators