Merge pull request #2463 from maxkrivich/improvements-proposal-for-setupfile

Add `python_requires` in setup.py
This commit is contained in:
Dan Ryan
2018-06-28 13:19:10 -04:00
committed by GitHub
+1 -1
View File
@@ -122,6 +122,7 @@ setup(
"pipenv.patched.notpip._vendor.distlib._backport": ["sysconfig.cfg"],
"pipenv.patched.notpip._vendor.distlib": ["t32.exe", "t64.exe", "w32.exe", "w64.exe"],
},
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=required,
extras_require={},
include_package_data=True,
@@ -131,7 +132,6 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',