Skip to content

Commit 18f41d7

Browse files
committed
Add python_requires to help pip
1 parent cd006c2 commit 18f41d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def main():
1111
name='apipkg',
1212
description='apipkg: namespace control and lazy-import mechanism',
1313
long_description=readme(),
14+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
1415
setup_requires=[
1516
'setuptools_scm',
1617
'setuptools>=30.3.0', # introduced setup.cfg metadata

0 commit comments

Comments
 (0)