Skip to content

Commit cce0ad1

Browse files
hugovkjamesls
authored andcommitted
Add python_requires to help pip
1 parent ca9f7e8 commit cce0ad1

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
@@ -16,6 +16,7 @@
1616
scripts=['bin/jp.py'],
1717
packages=find_packages(exclude=['tests']),
1818
license='MIT',
19+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
1920
classifiers=[
2021
'Development Status :: 5 - Production/Stable',
2122
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)