File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tidalapi
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
810Unofficial 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 /
Original file line number Diff line number Diff line change 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.
6565release = version
6666
Original file line number Diff line number Diff line change 1818
1919setup (
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 ,
You can’t perform that action at this time.
0 commit comments