File: fix_warning_about_description-file.patch

package info (click to toggle)
xphyle 4.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,904 kB
  • sloc: python: 6,308; makefile: 205; ruby: 105
file content (13 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Deal with "Usage of dash-separated 'description-file' will not be supported in future" warning.
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 18 Apr 2024 10:43:22 +0200

--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-description-file = README.md
+description_file = README.md
 
 [options]
 setup_requires =