Mercurial > hg > vampy-host
changeset 125:ece31f26017e
Fix versions, description, classifiers
author | Chris Cannam |
---|---|
date | Wed, 24 Jun 2015 14:34:48 +0100 |
parents | bea7cf4126b5 |
children | a805ab21db33 |
files | Makefile.linux setup.py |
diffstat | 2 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.linux Wed Jun 24 14:11:19 2015 +0100 +++ b/Makefile.linux Wed Jun 24 14:34:48 2015 +0100 @@ -14,8 +14,7 @@ CXXFLAGS := $(CFLAGS) -LDFLAGS := -shared -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic \ - -Wl,-z,defs -l$(PY_LIB) -ldl +LDFLAGS := -shared -Wl,-z,defs -l$(PY_LIB) -ldl NOSE := $(PY_TEST)
--- a/setup.py Wed Jun 24 14:11:19 2015 +0100 +++ b/setup.py Wed Jun 24 14:34:48 2015 +0100 @@ -26,9 +26,9 @@ include_dirs = [ 'vamp-plugin-sdk', np.get_include() ]) setup (name = 'vamp', - version = '1.0', + version = '1.0.0', url = 'https://code.soundsoftware.ac.uk/projects/vampy-host', - description = 'This module allows Python code to load and use Vamp plugins for audio feature analysis.', + description = 'Use Vamp plugins for audio feature analysis.', long_description = ( read('README.rst') + '\n\n' + read('COPYING.rst') ), license = 'MIT', packages = find_packages(exclude = [ '*test*' ]), @@ -41,7 +41,7 @@ 'Intended Audience :: Science/Research', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', - 'Operating System :: MacOS X', + 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Programming Language :: Python',