Commit 3a1642a
authored
Ports from distutils to setuptools (#166)
In [PEP-632](https://peps.python.org/pep-0632/) `distutils` becomes
deprecated and applications should be ported to `setuptools`
At the moment `setuptools` does not implement
`distutils.ccompiler.new_compiler()` see
pypa/setuptools#4540
closes #1392 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments