Created
May 14, 2022 20:23
-
-
Save MadJlzz/a8305c6df426928abff1e913c0aa8f50 to your computer and use it in GitHub Desktop.
pyproject.toml poetry bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "poetry-artifactregistry-plugin" | |
version = "0.1.0" | |
description = "This repository is a plugin to configure poetry and Google Artifact Registry authentication" | |
authors = ["Julien Klaer <[email protected]>"] | |
readme = "README.md" | |
license = "MIT" | |
packages = [ | |
{ include = "poetry_artifactregistry_plugin", from = "src" } | |
] | |
[tool.poetry.dependencies] | |
python = "^3.7" | |
poetry = "^1.2.0b1dev0" | |
"keyrings.google-artifactregistry-auth" = "^1.0.0" | |
[tool.poetry.plugins."poetry.plugin"] | |
demo = "poetry_artifactregistry_plugin.plugins:ArtifactRegistryPlugin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment