Changeset 1eb8c0e for setup.py


Ignore:
Timestamp:
Mar 13, 2017, 5:10:55 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
8259e09
Parents:
67b6618
Message:

aubio version :
aubio-c / aubio-py add git commit support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r67b6618 r1eb8c0e  
    77from python.lib.gen_external import generate_external, header, output_path
    88
    9 __version__ = get_aubio_pyversion()
     9__version__ = get_aubio_version()
     10__pip_version__ = get_aubio_pyversion()
    1011
    1112include_dirs = []
     
    5556
    5657distrib = setup(name='aubio',
    57     version = __version__,
     58    version = __pip_version__,
    5859    packages = ['aubio'],
    5960    package_dir = {'aubio':'python/lib/aubio'},
Note: See TracChangeset for help on using the changeset viewer.