Skip to content

Commit

Permalink
Using README as long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Oct 15, 2014
1 parent 160d0e4 commit 6c7e390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from setuptools import setup

with open('README.rst') as file:
long_description = file.read()

setup(
name='mir_eval',
version='0.0.0',
Expand All @@ -8,10 +11,7 @@
author_email='craffel@gmail.com',
url='https://github.com/craffel/mir_eval',
packages=['mir_eval'],
long_description="""\
Collection of Python scripts to compute common heuristic accuracy scores
for various music/audio information retrieval/signal processing tasks.
""",
long_description=long_description,
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 6c7e390

Please sign in to comment.