Skip to content

Commit 4d4c678

Browse files
committed
v0.6.1
Put documentation on readthedocs.io
1 parent e7fbec7 commit 4d4c678

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
tidalapi
22
========
33

4-
.. image:: https://badge.fury.io/py/tidalapi.png
5-
:target: http://badge.fury.io/py/tidalapi
4+
.. image:: https://img.shields.io/pypi/v/tidalapi.svg
5+
:target: https://pypi.org/project/tidalapi
66

7+
.. image:: https://readthedocs.org/projects/tidalapi/badge/?version=latest
8+
:target: https://tidalapi.readthedocs.io/en/latest/
79

810
Unofficial Python API for TIDAL music streaming service.
911

@@ -36,4 +38,4 @@ Example usage
3638
Documentation
3739
-------------
3840

39-
Documentation is available at http://pythonhosted.org/tidalapi/
41+
Documentation is available at https://tidalapi.readthedocs.io/en/latest/

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# the built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.6.0'
63+
version = '0.6.1'
6464
# The full version, including alpha/beta/rc tags.
6565
release = version
6666

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818

1919
setup(
2020
name='tidalapi',
21-
version='0.6.0',
21+
version='0.6.1',
2222
description='Unofficial API for TIDAL music streaming service.',
2323
long_description=long_description,
24-
author='Thomas Amland, morguldir',
25-
author_email='thomas.amland@googlemail.com, morguldir@protonmail.com',
26-
url='https://github.com/tamland/tidalapi',
24+
author='Thomas Amland',
25+
author_email='thomas.amland@googlemail.com',
26+
maintainer='morguldir',
27+
maintainer_email='morguldir@protonmail.com',
28+
url='https://github.com/tamland/python-tidal',
2729
license='LGPL',
2830
packages=['tidalapi'],
2931
install_requires=required,

0 commit comments

Comments
 (0)