spotipy/setup.py

13 lines
311 B
Python
Raw Normal View History

2014-04-05 13:12:01 +00:00
from setuptools import setup
setup(
name='spotipy',
version='0.9',
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'],)