Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 77fb435

Browse files
committed
fix: Remnant build-backend adjusted to poetry
1 parent c058309 commit 77fb435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ module = "feedparser.*"
126126
ignore_missing_imports = true
127127

128128
[build-system]
129-
requires = ["poetry-core>=1.0.0"]
130-
build-backend = "poetry_dynamic_versioning.backend"
129+
requires = ["poetry-core"]
130+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)