Skip to content

Commit

Permalink
Fix deprecated metadata key
Browse files Browse the repository at this point in the history
- fixes #137
  • Loading branch information
mrbean-bremen committed Aug 10, 2024
1 parent 766c728 commit 9b3b1d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pythontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
python -m pip install -U pip # to ensure version > 20 to have cache dir
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
echo "dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
- name: pip cache
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description_file = README.md
license_files = LICENSE
[bdist_wheel]
universal=0
Expand Down

0 comments on commit 9b3b1d3

Please sign in to comment.