mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-09 21:57:24 +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:
parent
767504b954
commit
2bb4b3d650
1 changed files with 1 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue