Bugfixes & Publish 2021.4.1.post13

This commit is contained in:
2021-03-17 09:12:10 +01:00
parent 63599a9ade
commit e49ec43fc4
29 changed files with 58 additions and 58 deletions

View File

@@ -4,7 +4,7 @@
"Version": {
"Major": "2021",
"Minor": "04",
"Micro": "01-12"
"Micro": "01-13"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
@@ -22,8 +22,8 @@
"packaging==20.9",
"pyfiglet==0.8.post1",
"pynput==1.7.3",
"SQLAlchemy==1.3.23",
"setuptools==54.1.1",
"SQLAlchemy==1.4.0",
"setuptools==54.1.2",
"tabulate==0.8.9",
"termcolor==1.1.0",
"watchdog==2.0.2"
@@ -37,7 +37,7 @@
"OutputPath": "dist",
"Main": "cpl_cli.main",
"EntryPoint": "cpl",
"IncludePackageData": "False",
"IncludePackageData": true,
"Included": [
"*/templates"
],