from setuptools import setup setup( name='pyaudioop', version='1.0.0', description='audioop shim for Python 3.13+', py_modules=['pyaudioop'], )