Skip to content

Instantly share code, notes, and snippets.

@MadJlzz
Created May 14, 2022 20:23
Show Gist options
  • Save MadJlzz/a8305c6df426928abff1e913c0aa8f50 to your computer and use it in GitHub Desktop.
Save MadJlzz/a8305c6df426928abff1e913c0aa8f50 to your computer and use it in GitHub Desktop.
pyproject.toml poetry bug
[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