Skip to content

Commit

Permalink
Updated readme, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Oct 14, 2024
1 parent bf4412b commit 02d39b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ This project uses poetry for dependency management and packaging. To install dep
$ pip install pipx
$ pipx install poetry
$ poetry install --no-root
Contributions
-----------

Issues, suggestions and PRs are always welcome and are much appreciated.

Maintainer(s)
-----------
* Current:
* `tehkillerbee <https://github.com/tehkillerbee>`_

* Former:
* `tamland <https://github.com/tamland>`_
* `morguldir <https://github.com/morguldir>`_
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# -- Project information -----------------------------------------------------

project = "tidalapi"
copyright = "2014-2022, Thomas Amland, morguldir"
author = "Thomas Amland, morguldir"
copyright = "2014-%Y, The tidalapi Developers"
author = "The tidalapi Developers"

# The full version, including alpha/beta/rc tags
release = "0.7.0"
release = "0.7.7"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 02d39b6

Please sign in to comment.