Merge branch 'master' of github.com:FAUSheppy/ths-datenlogger

This commit is contained in:
Yannik Schmidt
2020-08-16 16:02:28 +02:00
4 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@@ -11,5 +11,4 @@ __py*
*.pyc *.pyc
*.log *.log
*.zip *.zip
build/
dist/ dist/

View File

@@ -0,0 +1,6 @@
{
"app_name": "datelogger-gui",
"author": "Yannik Schmidt",
"main_module": "src/main/python/main.py",
"version": "0.0.0"
}

View File

@@ -0,0 +1,6 @@
{
"categories": "Utility;",
"description": "",
"author_email": "",
"url": ""
}

View File

@@ -0,0 +1,3 @@
{
"mac_bundle_identifier": ""
}