Update conf.py

This commit is contained in:
Jamie Hardt
2025-05-25 07:05:24 -07:00
committed by GitHub
parent 779c93282c
commit 57764bc859

View File

@@ -16,8 +16,8 @@ import ptulsconv
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'ptulsconv'
copyright = '2019-2025 Jamie Hardt. All rights reserved'
# author = ptulsconv.__author__
copyright = '2019-2025 Jamie Hardt. All rights reserved.'
version = "Version 2"
release = importlib.metadata.version("ptulsconv")
# -- General configuration ---------------------------------------------------