File size: 131 Bytes
607ecc1
 
 
1
2
3
4
from setuptools import setup, find_packages

setup(name="neural_waveshaping_synthesis", version="0.0.1", packages=find_packages())