mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2026-01-02 09:50:48 +00:00
Reading project metadata from project
This commit is contained in:
@@ -9,14 +9,15 @@ import os
|
|||||||
sys.path.insert(0, os.path.abspath("../.."))
|
sys.path.insert(0, os.path.abspath("../.."))
|
||||||
print(sys.path)
|
print(sys.path)
|
||||||
|
|
||||||
|
import ptulsconv
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
project = 'ptulsconv'
|
project = 'ptulsconv'
|
||||||
copyright = '2022, Jamie Hardt'
|
copyright = ptulsconv.__copyright__
|
||||||
author = 'Jamie Hardt'
|
author = ptulsconv.__author__
|
||||||
release = 'Version 2'
|
release = ptulsconv.__version__
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user