diff --git a/docs/changelog.rst b/docs/changelog.rst index 88c157ec5..8f28e8d1c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,8 +20,6 @@ Bug fixes: For packagers: -- Fixed dynamic versioning install not disabled for source distribution builds. - :bug:`6089` - Fixed issue with legacy metadata plugins not copying properties from the base class. diff --git a/pyproject.toml b/pyproject.toml index dd67fa65c..3a355418c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,6 +158,7 @@ web = ["flask", "flask-cors"] [tool.poetry.scripts] beet = "beets.ui:main" + [tool.poetry-dynamic-versioning] enable = true vcs = "git" @@ -172,7 +173,7 @@ build-backend = "poetry_dynamic_versioning.backend" [tool.pipx-install] poethepoet = ">=0.26" -poetry = { version = ">=1.8,<2", inject = {"poetry-dynamic-versioning[plugin]" = ">=1.9.1" }} +poetry = ">=1.8,<2" [tool.poe.tasks.build] help = "Build the package"