Commit 0da3e87
committed
Workaround backward compatibility issues with older setuptools versions due to license-files
The license-files field in the pyproject.toml was not allowed in
older setuptools versions:
ValueError: invalid pyproject.toml config: `project`.
configuration error: `project` must not contain {'license-files'} properties
This commit worksaround the issue by moving the license-files back
to setup.py.1 parent a7c2e80 commit 0da3e87
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
0 commit comments