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 nodepool.

Change-Id: I815d07dcc874059734a3e9cef72a50593338ab4c
This commit is contained in:
Monty Taylor 2018-10-12 10:42:42 -05:00
parent 53278a873c
commit 98e608acad
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ description-file =
author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org
home-page = http://docs.openstack.org/infra/system-config/
python-requires = >= 3.5
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators