Commit 3edb0c3
committed
Fix setup.py to work with setuptools 41.4.0 and later
Manually parsing setup.cfg and passing the parsed data into the setup
function is not officially supported by setuptools (see
pypa/setuptools#1869) and is also unnecessary, because the setup
function will automatically read the relevant data from setup.cfg.1 parent 7a9fe3f commit 3edb0c3
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | 2 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
0 commit comments