From 4d4c678f22b1202a4325f7821fd8dc3b8b1ed1d2 Mon Sep 17 00:00:00 2001 From: morguldir Date: Tue, 17 Sep 2019 19:22:01 +0200 Subject: [PATCH] v0.6.1 Put documentation on readthedocs.io --- README.rst | 8 +++++--- docs/conf.py | 2 +- setup.py | 10 ++++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 3982001..4e68811 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,11 @@ tidalapi ======== -.. image:: https://badge.fury.io/py/tidalapi.png - :target: http://badge.fury.io/py/tidalapi +.. image:: https://img.shields.io/pypi/v/tidalapi.svg + :target: https://pypi.org/project/tidalapi +.. image:: https://readthedocs.org/projects/tidalapi/badge/?version=latest + :target: https://tidalapi.readthedocs.io/en/latest/ Unofficial Python API for TIDAL music streaming service. @@ -36,4 +38,4 @@ Example usage Documentation ------------- -Documentation is available at http://pythonhosted.org/tidalapi/ +Documentation is available at https://tidalapi.readthedocs.io/en/latest/ diff --git a/docs/conf.py b/docs/conf.py index 8f37ea2..49b756e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # the built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.6.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 6acdfda..3c97f34 100644 --- a/setup.py +++ b/setup.py @@ -18,12 +18,14 @@ setup( name='tidalapi', - version='0.6.0', + version='0.6.1', description='Unofficial API for TIDAL music streaming service.', long_description=long_description, - author='Thomas Amland, morguldir', - author_email='thomas.amland@googlemail.com, morguldir@protonmail.com', - url='https://github.com/tamland/tidalapi', + author='Thomas Amland', + author_email='thomas.amland@googlemail.com', + maintainer='morguldir', + maintainer_email='morguldir@protonmail.com', + url='https://github.com/tamland/python-tidal', license='LGPL', packages=['tidalapi'], install_requires=required,