Skip to content

Commit

Permalink
Merge pull request #21 from David-McKenna/fix_setuptools_dep_warning
Browse files Browse the repository at this point in the history
Fix setup.cfg using `description-file` instead of `description_file`
  • Loading branch information
telegraphic committed Apr 3, 2024
2 parents 7754c28 + 54f543b commit a2d9984
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
Expand Up @@ -5,10 +5,10 @@
universal=1

[metadata]
description-file=README.md
description_file=README.md

[aliases]
test=pytest

[tool:pytest]
addopts=--verbose --cov=pygdsm tests/
addopts=--verbose --cov=pygdsm tests/

0 comments on commit a2d9984

Please sign in to comment.