forked from josch/img2pdf
Remove ineffective description-file parameter from setup.cfg
Otherwise, we get a warning: "Usage of dash-separated 'description-file' will not be supported in future versions." This parameter was only used when setup.py was used with pbr=True, which is not the case here, and setup.py loads the right file into long_description.
This commit is contained in:
parent
635b08c321
commit
d03f331521
1 changed files with 0 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
[metadata]
|
||||
description-file = README.md
|
Loading…
Reference in a new issue