This commit is contained in:
2021-03-08 21:52:11 +01:00
parent 1bbbb2d8e1
commit 964a44a393
8 changed files with 50 additions and 65 deletions

View File

@@ -21,20 +21,17 @@
"SQLAlchemy",
"termcolor",
"pyfiglet",
"tabulate",
"smtplib"
"tabulate"
],
"PythonVersion": ">=3.8"
},
"BuildSettings": {
"SourcePath": "src/cpl",
"SourcePath": "src",
"OutputPath": "dist",
"Main": "cpl_cli.main",
"EntryPoint": "cpl",
"IncludePackageData": "False",
"Included": [
"src/cpl_cli"
],
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs"