Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cli add "version" into dynamic array even already included #214

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

waketzheng
Copy link
Contributor

How to reproduce

  • My pyproject.toml
[project]
name = "asynctor"
description = ""
authors = []
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
dynamic = [ "version" ]
dependencies = []

[tool.poetry]
version = "0.0.1"

[build-system]
requires = ["poetry-core>=2.0"]
build-backend = "poetry.core.masonry.api"
  • After running poetry dynamic-versioning enable, the dynamic array of project section was changed to be:
dynamic = [ "version", "version" ]

@mtkennerly
Copy link
Owner

Thanks!

@mtkennerly mtkennerly merged commit c4d7669 into mtkennerly:master Jan 14, 2025
37 checks passed
mtkennerly added a commit that referenced this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants