Changeset 38f3d04


Ignore:
Timestamp:
Mar 23, 2017, 4:54:34 PM (7 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, sampler
Children:
35f995c
Parents:
746d14b
Message:

setup.py: clarify pip/aubio versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r746d14b r38f3d04  
    77from this_version import get_aubio_version, get_aubio_pyversion
    88
    9 __version__ = get_aubio_version()
    10 __pip_version__ = get_aubio_pyversion()
     9__version__ = get_aubio_pyversion()
     10__aubio_version__ = get_aubio_version()
    1111
    1212include_dirs = []
    1313library_dirs = []
    14 define_macros = [('AUBIO_VERSION', '%s' % __version__)]
     14define_macros = [('AUBIO_VERSION', '%s' % __aubio_version__)]
    1515extra_link_args = []
    1616
     
    5555
    5656distrib = setup(name='aubio',
    57     version = __pip_version__,
     57    version = __version__,
    5858    packages = ['aubio'],
    5959    package_dir = {'aubio':'python/lib/aubio'},
Note: See TracChangeset for help on using the changeset viewer.