Skip to content

Commit fe640ad

Browse files
committed
fix: restore PEP 621 license table for py38 build backend
1 parent dbd4057 commit fe640ad

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Check out repository
1919
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Set up Python ${{ matrix.python-version }}
2224
uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
readme = "README.md"
2222
requires-python = ">=3.8"
2323
keywords = ["mode detection", "remode", "ordinal data", "modality", "maximum detection"]
24-
license = "MIT"
24+
license = { file = "LICENSE" }
2525

2626
dynamic = ["version"]
2727

0 commit comments

Comments
 (0)