From: Paul Brossier Date: Thu, 25 Aug 2016 12:48:33 +0000 (+0200) Subject: setup.py: update description X-Git-Tag: 0.4.4~258 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=dc1fbc6db436c0752f95cf1cc203b6ad8c7321a7;ds=sidebyside setup.py: update description --- diff --git a/setup.py b/setup.py index 8c9552bc..cf392139 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,8 @@ distrib = setup(name='aubio', package_dir = {'aubio':'python/lib/aubio'}, scripts = ['python/scripts/aubiocut'], ext_modules = [aubio_extension], - description = 'interface to the aubio library', - long_description = 'interface to the aubio library', + description = 'a collection of tools for music analysis', + long_description = 'a collection of tools for music analysis', license = 'GNU/GPL version 3', author = 'Paul Brossier', author_email = 'piem@aubio.org',