Skip to content

Commit

Permalink
Add python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 29, 2019
1 parent 78e2ff5 commit b0cf1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
py_modules=['jack'],
setup_requires=['CFFI>=1.0'],
install_requires=['CFFI>=1.0'],
python_requires='>=2.6',
extras_require={'NumPy': ['NumPy']},
cffi_modules=['jack_build.py:ffibuilder'],
author='Matthias Geier',
Expand Down

0 comments on commit b0cf1b4

Please sign in to comment.