Skip to content

Commit 6ad03eb

Browse files
dlan17stephenfin
authored andcommitted
Fix the setup.py warning
Fix following Warning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Signed-off-by: Yixun Lan <dlan@gentoo.org>
1 parent 41c20c7 commit 6ad03eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = git-pw
33
summary = Git-Patchwork integration tool
4-
description-file = README.rst
4+
description_file = README.rst
55
license = MIT License
66
license_file = LICENSE
77
classifiers =

0 commit comments

Comments
 (0)