Changeset 92c83ccc for python/setup.py


Ignore:
Timestamp:
Mar 8, 2013, 3:30: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:
e6f7a4a
Parents:
98c0f92
Message:

python/: move generator.py to lib, improve README, remove env_ files, update MANIFEST.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/setup.py

    r98c0f92 r92c83ccc  
    2929
    3030if not os.path.isdir(output_path):
    31     from generator import generate_object_files
     31    from lib.generator import generate_object_files
    3232    generated_object_files = generate_object_files(output_path)
    3333    # define include dirs
Note: See TracChangeset for help on using the changeset viewer.