瀏覽代碼

Merge pull request #8091 from ThomasWaldmann/fix-long-desc-master

sdist: dynamically compute readme (long_description)
TW 1 年之前
父節點
當前提交
3b43770ca6
共有 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 = [