ref: 988f580a00df5c56efb55f5d6ee5cb00f815fa6b
parent: 1458de5218ce62307074b6a973aa1104f9e7e990
author: Paul Brossier <piem@piem.org>
date: Tue Jul 10 15:41:54 EDT 2012
setup.py: improve metadata
--- a/interfaces/python/setup.py
+++ b/interfaces/python/setup.py
@@ -4,8 +4,17 @@
from generator import generate_object_files
-setup(name="_aubio", version="1.0",
+setup(name='aubio',
+ version = '0.4.0alpha',
packages = ['aubio'],
+ description = 'interface to the aubio library',
+ long_description = 'interface to the aubio library',
+ license = 'GNU/GPL version 3',
+ author = 'Paul Brossier',
+ author_email = 'piem@aubio.org',
+ maintainer = 'Paul Brossier',
+ maintainer_email = 'piem@aubio.org',
+ url = 'http://aubio.org/',
ext_modules = [
Extension("_aubio",
["aubiomodule.c",