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

Merged
josch merged 1 commit from sbraz/img2pdf:description into main 2021-08-22 07:32:34 +00:00
Contributor

Hi again,
I noticed that we get a warning when setup.py is called:

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.

Hi again, I noticed that we get a warning when `setup.py` is called: >`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`.
sbraz added 1 commit 2021-08-22 01:29:02 +00:00
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.
Owner

Thank you! 😃

Thank you! 😃
josch merged commit d03f331521 into main 2021-08-22 07:32:34 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: josch/img2pdf#118
No description provided.