We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93722ed commit a4ab3feCopy full SHA for a4ab3fe
1 file changed
setup.py
@@ -14,6 +14,7 @@
14
package_dir={'': 'src'},
15
py_modules=['rtmixer'],
16
cffi_modules=['rtmixer_build.py:ffibuilder'],
17
+ python_requires='>=2.6',
18
setup_requires=[
19
'CFFI>=1.4.0',
20
'pa_ringbuffer', # for cdef()
@@ -29,7 +30,7 @@
29
30
long_description=open('README.rst').read(),
31
license='MIT',
32
keywords='sound audio PortAudio realtime low-latency'.split(),
- url='http://python-rtmixer.readthedocs.io/',
33
+ url='https://python-rtmixer.readthedocs.io/',
34
platforms='any',
35
classifiers=[
36
'License :: OSI Approved :: MIT License',
0 commit comments