Reading project metadata from project

This commit is contained in:
Jamie Hardt
2022-11-20 20:23:51 -08:00
parent 065bd26f4c
commit dd394a8fec

View File

@@ -9,14 +9,15 @@ import os
sys.path.insert(0, os.path.abspath("../.."))
print(sys.path)
import ptulsconv
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'ptulsconv'
copyright = '2022, Jamie Hardt'
author = 'Jamie Hardt'
release = 'Version 2'
copyright = ptulsconv.__copyright__
author = ptulsconv.__author__
release = ptulsconv.__version__
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration