Force python version >= 3.5

master
Taylor Smith 2018-05-31 15:51:02 -05:00
parent 13781004a7
commit 082fa014a5
1 changed files with 1 additions and 0 deletions

View File

@ -51,4 +51,5 @@ setuptools.setup(name="packtml",
include_package_data=True,
install_requires=REQUIREMENTS,
package_data={"packtml": ["*"]},
python_requires='>=3.5, <4',
version=VERSION)