Skip to content

Commit d432156

Browse files
hugovkhonzakral
authored andcommitted
Add python_requires to help pip
1 parent e0ccde4 commit d432156

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
@@ -39,6 +39,7 @@
3939
where='.',
4040
exclude=('test_elasticsearch_dsl*', )
4141
),
42+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
4243
classifiers = [
4344
"Development Status :: 4 - Beta",
4445
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)