mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
23 lines
700 B
JSON
23 lines
700 B
JSON
{
|
|
"version": "1.3.2",
|
|
"description": "Dependency Management for Python",
|
|
"homepage": "https://python-poetry.org/",
|
|
"license": "MIT",
|
|
"depends": "python",
|
|
"url": "https://install.python-poetry.org#/install-poetry.py",
|
|
"hash": "08a38ab8de719d4012af4d62c37ce09e84edce6e1c4da7c5ccbcade359312c8b",
|
|
"installer": {
|
|
"script": [
|
|
"$env:POETRY_HOME=\"$dir\"",
|
|
"python3 \"$dir\\$fname\" --version $version"
|
|
]
|
|
},
|
|
"bin": "venv\\Scripts\\poetry.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/python-poetry/poetry/"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://install.python-poetry.org#/install-poetry.py"
|
|
}
|
|
}
|