nakas's picture
initial fork
dc94d53
raw
history blame contribute delete
131 Bytes
from setuptools import setup, find_packages
setup(name="neural_waveshaping_synthesis", version="0.0.1", packages=find_packages())