Changeset 988f580
- Timestamp:
- Jul 11, 2012, 3:41:54 AM (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:
- 39e6f84
- Parents:
- 1458de5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/setup.py
r1458de5 r988f580 5 5 from generator import generate_object_files 6 6 7 setup(name="_aubio", version="1.0", 7 setup(name='aubio', 8 version = '0.4.0alpha', 8 9 packages = ['aubio'], 10 description = 'interface to the aubio library', 11 long_description = 'interface to the aubio library', 12 license = 'GNU/GPL version 3', 13 author = 'Paul Brossier', 14 author_email = 'piem@aubio.org', 15 maintainer = 'Paul Brossier', 16 maintainer_email = 'piem@aubio.org', 17 url = 'http://aubio.org/', 9 18 ext_modules = [ 10 19 Extension("_aubio",
Note: See TracChangeset
for help on using the changeset viewer.