add about tab to show version and config paths

This commit is contained in:
liamcottle
2024-06-02 13:56:04 +12:00
parent d55e2b4db4
commit e512198e50
3 changed files with 101 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ setup(
],
# files that are required
'include_files': [
'package.json', # used to determine app version from python
'public/', # static files served by web server
],
# slim down the build by excluding these unused libs