Changeset 9582713


Ignore:
Timestamp:
Mar 8, 2013, 7:37:45 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python/setup.py: move programs to scripts

Location:
python
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • python/setup.py

    r459e46f r9582713  
    7979distrib = setup(name='aubio',
    8080    version = __version__,
    81     package_dir = {'':'lib'},
    8281    packages = ['aubio'],
     82    package_dir = {'aubio':'lib/aubio'},
     83    scripts = ['scripts/aubiocut'],
    8384    ext_modules = [aubio_extension],
    8485    description = 'interface to the aubio library',
Note: See TracChangeset for help on using the changeset viewer.