From dd9358f1e26ae5236fbc15364c3d27fdead15995 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 10 Feb 2024 18:04:28 +0100 Subject: [PATCH] sdist: dynamically compute readme (long_description) The long_desc_from_readme() was not called, it just read the whole README.rst until "readme" was declared dynamic. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93a07701f..792c0c782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,11 @@ [project] name = "borgbackup" -dynamic = ["version"] +dynamic = ["version", "readme"] authors = [{name="The Borg Collective (see AUTHORS file)"}] maintainers = [ {name="Thomas Waldmann", email="tw@waldmann-edv.de"}, ] description = "Deduplicated, encrypted, authenticated and compressed backups" -readme = "README.rst" requires-python = ">=3.9" keywords = ["backup", "borgbackup"] classifiers = [