setup.py: Mark as Python 3.6+ only

Needs pip 9.0.0+ to honor.
This commit is contained in:
Nikolaus Waxweiler 2019-08-09 11:30:05 +01:00
parent 5d6f08fd95
commit 93a358320f

View File

@ -361,6 +361,7 @@ setup(
url="http://github.com/fonttools/fonttools",
license="MIT",
platforms=["Any"],
python_requires=">=3.6",
long_description=long_description,
package_dir={'': 'Lib'},
packages=find_packages("Lib"),