Changes in setup.py [b991cc1:6264d30]
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rb991cc1 r6264d30 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_pyversion9 8 10 __version__ = get_aubio_version() 11 __pip_version__ = get_aubio_pyversion() 9 __version__ = get_aubio_pyversion() 12 10 13 11 include_dirs = [] … … 57 55 58 56 distrib = setup(name='aubio', 59 version = __ pip_version__,57 version = __version__, 60 58 packages = ['aubio'], 61 59 package_dir = {'aubio':'python/lib/aubio'},
Note: See TracChangeset
for help on using the changeset viewer.