1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 13:53:09 +00:00

Merge pull request #8090 from ThomasWaldmann/fix-long-desc-1.4

sdist: dynamically compute readme (long_description)
This commit is contained in:
TW 2024-02-10 18:20:46 +01:00 committed by GitHub
commit 8c8b5714d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [