Skip to content

Commit 4f223e6

Browse files
authored
Merge pull request #1026 from jdufresne/pyreq
Pass python_requires argument to setuptools
2 parents 7a1ef22 + a19c893 commit 4f223e6

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
download_url='https://pypi.python.org/pypi/django-debug-toolbar',
1717
license='BSD',
1818
packages=find_packages(exclude=('tests.*', 'tests', 'example')),
19+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
1920
install_requires=[
2021
'Django>=1.11',
2122
'sqlparse>=0.2.0',

0 commit comments

Comments
 (0)