Преглед изворни кода

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

sdist: dynamically compute readme (long_description)
TW пре 1 година
родитељ
комит
8c8b5714d4
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      pyproject.toml

+ 1 - 2
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 = [