Changes in setup.py [6264d30:b991cc1]
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r6264d30 rb991cc1 6 6 # function to generate gen/*.{c,h} 7 7 from python.lib.gen_external import generate_external, header, output_path 8 from this_version import get_aubio_version, get_aubio_pyversion 8 9 9 __version__ = get_aubio_pyversion() 10 __version__ = get_aubio_version() 11 __pip_version__ = get_aubio_pyversion() 10 12 11 13 include_dirs = [] … … 55 57 56 58 distrib = setup(name='aubio', 57 version = __ version__,59 version = __pip_version__, 58 60 packages = ['aubio'], 59 61 package_dir = {'aubio':'python/lib/aubio'},
Note: See TracChangeset
for help on using the changeset viewer.