diff setup.py @ 125:ece31f26017e

Fix versions, description, classifiers
author Chris Cannam
date Wed, 24 Jun 2015 14:34:48 +0100
parents 89cc3595c404
children d241b83af53b
line wrap: on
line diff
--- 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',