Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
Building the package currently prints this warning message:
```
/usr/lib/python3.10/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
```
  • Loading branch information
goggle committed May 16, 2022
1 parent 6a5cf07 commit 0b20224
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 0b20224

Please sign in to comment.