Commit 06cf5a4
committed
fix: use setuptools.build_meta as build backend
setuptools.backends.legacy:build does not exist in setuptools versions
shipped with Python 3.10 CI environments. setuptools.build_meta is the
correct PEP 517 entry point and has been stable since setuptools 42.1 parent ad84666 commit 06cf5a4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments