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:
parent
53278a873c
commit
98e608acad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user