spotipy/setup.py
2014-08-19 13:20:57 -04:00

14 lines
377 B
Python

from setuptools import setup
setup(
name='SpotipyWebApi',
version='1.51',
description='simple client for the Spotify Web API',
author="@plamere",
author_email="paul@echonest.com",
url='http://github.com/plamere/spotipy',
install_requires=['requests>=1.0'],
license='LICENSE.txt',
py_modules=['spotipy', 'spotipy.oauth2', 'spotipy.util'],)