Changeset 1ee4033


Ignore:
Timestamp:
Mar 8, 2013, 3:52:51 AM (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:
264247e
Parents:
9e6695d
Message:

python/setup.py: move package_dir to lib

Location:
python
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • python/setup.py

    r9e6695d r1ee4033  
    7979distrib = setup(name='aubio',
    8080    version = __version__,
     81    package_dir = {'':'lib'},
    8182    packages = ['aubio'],
    8283    ext_modules = [aubio_extension],
Note: See TracChangeset for help on using the changeset viewer.