Skip to content

Commit

Permalink
setup seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbertinmahieux committed Feb 13, 2011
1 parent 8d4d666 commit 31dc05a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""
Setup script for the pyMusixMatch module
"""

from distutils.core import setup

setup(name='musixmatch',
version='1.0',
description='Python Wrapper for the MusixMatch API',
author='A. Anglade and T. Bertin-Mahieux',
author_email='amelie.anglade@gmail.com',
url='https://github.com/utstikkar/pyMusiXmatch',
packages=['musixmatch'],
)

0 comments on commit 31dc05a

Please sign in to comment.