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:
Louis Sautier 2021-08-22 03:15:20 +02:00
parent 635b08c321
commit d03f331521
Signed by untrusted user: sbraz
GPG key ID: A777716B30AE82E3

View file

@ -1,2 +0,0 @@
[metadata]
description-file = README.md