spotipy/setup.py

13 lines
332 B
Python

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