2022-05-25 19:38:38 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "set-pip-urls",
|
|
|
|
"Version": {
|
|
|
|
"Major": "2022",
|
2022-12-03 23:42:23 +01:00
|
|
|
"Minor": "12",
|
2022-05-25 19:38:38 +02:00
|
|
|
"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-12-08 15:29:48 +01:00
|
|
|
"cpl-core==2022.12.0"
|
2022-05-25 19:38:38 +02:00
|
|
|
],
|
|
|
|
"PythonVersion": ">=3.10.4",
|
|
|
|
"PythonPath": {},
|
2022-07-10 18:08:44 +02:00
|
|
|
"Classifiers": [],
|
|
|
|
"DevDependencies": []
|
2022-05-25 19:38:38 +02:00
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "console",
|
|
|
|
"SourcePath": "",
|
|
|
|
"OutputPath": "../../dist",
|
|
|
|
"Main": "set_pip_url.main",
|
|
|
|
"EntryPoint": "set-pip-url",
|
|
|
|
"IncludePackageData": false,
|
|
|
|
"Included": [],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {},
|
|
|
|
"ProjectReferences": []
|
|
|
|
}
|
|
|
|
}
|