1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-22 15:28:57 +00:00

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.
This commit is contained in:
Thomas Waldmann 2024-02-10 18:04:28 +01:00
parent 77e13ad752
commit dd9358f1e2
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -1,12 +1,11 @@
[project] [project]
name = "borgbackup" name = "borgbackup"
dynamic = ["version"] dynamic = ["version", "readme"]
authors = [{name="The Borg Collective (see AUTHORS file)"}] authors = [{name="The Borg Collective (see AUTHORS file)"}]
maintainers = [ maintainers = [
{name="Thomas Waldmann", email="tw@waldmann-edv.de"}, {name="Thomas Waldmann", email="tw@waldmann-edv.de"},
] ]
description = "Deduplicated, encrypted, authenticated and compressed backups" description = "Deduplicated, encrypted, authenticated and compressed backups"
readme = "README.rst"
requires-python = ">=3.9" requires-python = ">=3.9"
keywords = ["backup", "borgbackup"] keywords = ["backup", "borgbackup"]
classifiers = [ classifiers = [