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:
@@ -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__"]
|
||||
|
Reference in New Issue
Block a user