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

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

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`.
josch commented 3 years ago
Owner

Thank you! 😃

Thank you! 😃
josch merged commit d03f331521 into main 3 years ago
The pull request has been merged as d03f331521.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b sbraz-description main
git pull description

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff sbraz-description
git push origin main
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
Loading…
There is no content yet.