Changeset 9582713
- Timestamp:
- Mar 8, 2013, 7:37:45 PM (12 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 0a42239
- Parents:
- 459e46f
- Location:
- python
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
r459e46f r9582713 79 79 distrib = setup(name='aubio', 80 80 version = __version__, 81 package_dir = {'':'lib'},82 81 packages = ['aubio'], 82 package_dir = {'aubio':'lib/aubio'}, 83 scripts = ['scripts/aubiocut'], 83 84 ext_modules = [aubio_extension], 84 85 description = 'interface to the aubio library',
Note: See TracChangeset
for help on using the changeset viewer.