Skip to content

Commit a4ab3fe

Browse files
committed
Add python_requires to setup.py
1 parent 93722ed commit a4ab3fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
package_dir={'': 'src'},
1515
py_modules=['rtmixer'],
1616
cffi_modules=['rtmixer_build.py:ffibuilder'],
17+
python_requires='>=2.6',
1718
setup_requires=[
1819
'CFFI>=1.4.0',
1920
'pa_ringbuffer', # for cdef()
@@ -29,7 +30,7 @@
2930
long_description=open('README.rst').read(),
3031
license='MIT',
3132
keywords='sound audio PortAudio realtime low-latency'.split(),
32-
url='http://python-rtmixer.readthedocs.io/',
33+
url='https://python-rtmixer.readthedocs.io/',
3334
platforms='any',
3435
classifiers=[
3536
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)