Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nakas
/
neural-waveshaping-synthesis-playground
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dc94d53
neural-waveshaping-synthesis-playground
/
setup.py
nakas
initial fork
dc94d53
almost 3 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
from
setuptools
import
setup, find_packages
setup(name=
"neural_waveshaping_synthesis"
, version=
"0.0.1"
, packages=find_packages())