- Timestamp:
- Mar 23, 2017, 2:28:50 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- f012722
- Parents:
- 91fa88d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r91fa88d r1d2cc5e 58 58 packages = ['aubio'], 59 59 package_dir = {'aubio':'python/lib/aubio'}, 60 scripts = ['python/scripts/aubiocut' ],60 scripts = ['python/scripts/aubiocut', 'python/scripts/aubio'], 61 61 ext_modules = [aubio_extension], 62 62 description = 'a collection of tools for music analysis',
Note: See TracChangeset
for help on using the changeset viewer.