shithub: aubio

Download patch

ref: dc1fbc6db436c0752f95cf1cc203b6ad8c7321a7
parent: 857fe7ffb100a254034d4b25998110154d4ed764
author: Paul Brossier <piem@piem.org>
date: Thu Aug 25 10:48:33 EDT 2016

setup.py: update description

--- a/setup.py
+++ b/setup.py
@@ -91,8 +91,8 @@
     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',