Skip to content

Commit 9b3b1d3

Browse files
committed
Fix deprecated metadata key
- fixes #137
1 parent 766c728 commit 9b3b1d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pythontests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: |
3636
python -m pip install -U pip # to ensure version > 20 to have cache dir
3737
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
38-
echo "dir=$(pip cache dir)" >> $env:GITHUB_OUTPUT
3938
- name: pip cache
4039
uses: actions/cache@v4
4140
with:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33
license_files = LICENSE
44
[bdist_wheel]
55
universal=0

0 commit comments

Comments
 (0)