sh_cpl/cpl.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2021-03-08 20:29:08 +01:00
{
"ProjectSettings": {
2021-03-08 20:49:26 +01:00
"Name": "sh_cpl",
"Version": {
"Major": "2021",
"Minor": "04",
"Micro": "01"
2021-03-08 20:29:08 +01:00
},
2021-03-08 20:49:26 +01:00
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library",
"LongDescription": "sh-edraft Common Python library",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2021",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2021-03-08 20:29:08 +01:00
"discord.py",
"mysql-connector",
"SQLAlchemy",
"termcolor",
"pyfiglet",
2021-03-08 21:52:11 +01:00
"tabulate"
2021-03-08 20:29:08 +01:00
],
2021-03-08 20:49:26 +01:00
"PythonVersion": ">=3.8"
2021-03-08 20:29:08 +01:00
},
"BuildSettings": {
2021-03-08 21:52:11 +01:00
"SourcePath": "src",
2021-03-08 20:49:26 +01:00
"OutputPath": "dist",
"Main": "cpl_cli.main",
"EntryPoint": "cpl",
"IncludePackageData": "False",
2021-03-09 21:07:47 +01:00
"Included": [
2021-03-09 22:26:54 +01:00
"src/cpl_cli/templates/new/console/src/tests/"
2021-03-09 21:07:47 +01:00
],
2021-03-08 20:49:26 +01:00
"Excluded": [
2021-03-08 20:29:08 +01:00
"*/__pycache__",
2021-03-09 21:07:47 +01:00
"*/logs",
"*/tests"
],
2021-03-09 22:26:54 +01:00
"PackageData": {
"cpl_cli": [
"templates/*",
"templates/build/*",
"templates/new/*",
"templates/new/console/*",
"templates/new/console/src/*",
"templates/new/console/src/tests/*",
"templates/publish/*"
]
}
2021-03-08 20:29:08 +01:00
}
}