1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-09-18 21:51:57 +00:00

Update about file with less sketchy loading system

Remove importlib usage from about file
Add tests to enforce data consistency between pyproject and about
Update sphinx config to use new about file
Remove pyproject from package
This commit is contained in:
2020-02-23 12:53:45 -05:00
committed by Ethan Paul
parent 1dd27b6169
commit f6185ba82d
4 changed files with 26 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ with open(Path(BASE_DIR, "..", "keyosk", "__about__.py")) as infile:
project = ABOUT["__title__"]
copyright = "2019, Ethan Paul"
author = ", ".join(ABOUT["__authors__"])
author = "Ethan Paul <e@enp.one>"
# The full version, including alpha/beta/rc tags
release = ABOUT["__version__"]