Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rb1294cc rbc1ed63  
    6363    ]
    6464
    65 thisdir = os.path.abspath(os.path.dirname(__file__))
    66 py_readme_file = os.path.join(thisdir, 'python', 'README.md')
    67 with open(py_readme_file, 'r') as fp:
    68     long_description = ''.join(fp.readlines()[3:])
    69 
    7065distrib = setup(name='aubio',
    7166    version = __version__,
     
    7469    ext_modules = [aubio_extension],
    7570    description = 'a collection of tools for music analysis',
    76     long_description = long_description,
    77     long_description_content_type = 'text/markdown',
     71    long_description = 'a collection of tools for music analysis',
    7872    license = 'GNU/GPL version 3',
    7973    author = 'Paul Brossier',
Note: See TracChangeset for help on using the changeset viewer.