sh_cpl/tools/set_pip_urls/set-pip-urls.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2022-05-25 19:38:38 +02:00
{
"ProjectSettings": {
"Name": "set-pip-urls",
"Version": {
"Major": "2022",
"Minor": "6",
"Micro": "0"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "CPL internal tool to set pip URL for CLI by environment",
"LongDescription": "CPL internal tool to set pip URL for CLI by environment",
"URL": "https://www.sh-edraft.de",
2022-05-25 19:59:38 +02:00
"CopyrightDate": "2022",
2022-05-25 19:38:38 +02:00
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2022-05-26 23:00:55 +02:00
"cpl-core>=2022.6.17.dev7"
2022-05-25 19:38:38 +02:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "set_pip_url.main",
"EntryPoint": "set-pip-url",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}