spotipy/setup.py
Stephane Bruckert 1d7051c5b0 Bump to 2.5.0
2020-01-11 17:26:11 +00:00

17 lines
452 B
Python

from setuptools import setup
setup(
name='spotipy',
version='2.5.0',
long_description="""### A light weight Python library for the Spotify Web API""",
long_description_content_type='text/markdown',
author="@plamere",
author_email="paul@echonest.com",
url='http://spotipy.readthedocs.org/',
install_requires=[
'requests>=2.3.0',
'six>=1.10.0',
],
license='LICENSE.txt',
packages=['spotipy'])