From dc1fbc6db436c0752f95cf1cc203b6ad8c7321a7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 25 Aug 2016 14:48:33 +0200 Subject: [PATCH] setup.py: update description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.11.0