Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
setup.cfg: Replace description-file with description_file
Browse files Browse the repository at this point in the history
- Setuptools triggered a warning:
Usage of dash-separated 'description-file' will not be supported in
future versions. Please use the underscore name 'description_file'
instead
  • Loading branch information
jsmolic authored and kmpm committed Sep 28, 2021
1 parent 6893b41 commit 6178f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[metadata]
description-file=README.md
licence=LICENSE
description_file=README.md
licence=LICENSE

0 comments on commit 6178f40

Please sign in to comment.