spotipy/setup.py
2014-05-18 07:08:51 -04:00

13 lines
331 B
Python

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