Bugfixes
This commit is contained in:
9
cpl.json
9
cpl.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user