Commit 04dc770
committed
Fix a package build deprecation warning
This manifests when building the package:
```
pip install build
python -m build
```
and the error is:
```
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`.
You can also use `project.license-files`.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
```1 parent 3f0e3e0 commit 04dc770
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments