We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e2ff5 commit b0cf1b4Copy full SHA for b0cf1b4
setup.py
@@ -15,6 +15,7 @@
15
py_modules=['jack'],
16
setup_requires=['CFFI>=1.0'],
17
install_requires=['CFFI>=1.0'],
18
+ python_requires='>=2.6',
19
extras_require={'NumPy': ['NumPy']},
20
cffi_modules=['jack_build.py:ffibuilder'],
21
author='Matthias Geier',
0 commit comments