Remove ineffective description-file parameter from setup.cfg #118

Merged
josch merged 1 commits from sbraz/img2pdf:description into main 3 years ago

1 Commits (main)

Author SHA1 Message Date
Louis Sautier d03f331521
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.
3 years ago