Skip to content

Commit

Permalink
Update doc to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Nov 9, 2023
1 parent b6d78ca commit 244cfe2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

from importlib.metadata import version

_python_project_name = "lrclibapi"
project = "LRCLib Python API"
copyright = "2023, Dr-Blank"
author = "Dr-Blank"
release = "0.0.1"
release = version(_python_project_name)

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 244cfe2

Please sign in to comment.