Skip to content

Commit

Permalink
setup.cfg: fix warning
Browse files Browse the repository at this point in the history
setuptools is deprecating dash-separated options on 2024-09-26.  There's a banner when installing that warns about this.
  • Loading branch information
newAM authored May 12, 2024
1 parent 572bdf3 commit 49451d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = README.md
description_file = README.md

0 comments on commit 49451d1

Please sign in to comment.