bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

deformers/data/drc_presets.json missing in pip install #24

Closed tcwalther closed 8 years ago

tcwalther commented 8 years ago

I just pip-installed muda into my virtualenv, and drc_presets.json was missing. I had a quick glimpse into setup.py, and it seems to be omitted. One option is to specify the package_data option, see http://stackoverflow.com/questions/1612733/including-non-python-files-with-setup-py

bmcfee commented 8 years ago

Good catch! I'll fix it ASAP and put up a new version. Thanks.