spotipy/setup.py
2014-08-25 17:30:31 -04:00

13 lines
334 B
Python

from setuptools import setup
setup(
name='spotipy',
version='2.0.1',
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',
packages=['spotipy'])