Skip to content

Instantly share code, notes, and snippets.

@ESKYoung
Last active March 5, 2022 08:25
Show Gist options
  • Save ESKYoung/879c8d8496da4a2f032cc046d4198496 to your computer and use it in GitHub Desktop.
Save ESKYoung/879c8d8496da4a2f032cc046d4198496 to your computer and use it in GitHub Desktop.
Poetry 1.2.0a2 issue adding packages with major version 0 (version 0.Y.Z)
[tool.poetry]
name = "poetry-bug"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
packages = []
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment