Changeset 988f580


Ignore:
Timestamp:
Jul 11, 2012, 3:41:54 AM (12 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
39e6f84
Parents:
1458de5
Message:

setup.py: improve metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/setup.py

    r1458de5 r988f580  
    55from generator import generate_object_files
    66
    7 setup(name="_aubio", version="1.0",
     7setup(name='aubio',
     8      version = '0.4.0alpha',
    89      packages = ['aubio'],
     10      description = 'interface to the aubio library',
     11      long_description = 'interface to the aubio library',
     12      license = 'GNU/GPL version 3',
     13      author = 'Paul Brossier',
     14      author_email = 'piem@aubio.org',
     15      maintainer = 'Paul Brossier',
     16      maintainer_email = 'piem@aubio.org',
     17      url = 'http://aubio.org/',
    918      ext_modules = [
    1019        Extension("_aubio",
Note: See TracChangeset for help on using the changeset viewer.