mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08: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("../.."))
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user