Commit c86a011
committed
Pin setuptools to workaround
Fix broadinstitute#192 , which was
caused by the removal of `package_index` from setuptools in
pypa/setuptools#4963 .
Note that I needed to use `setuptools.build_meta:__legacy__` as
`build-backend` (instead of the usual `setuptools.build_meta`)
because otherwise `python3 -m build` would fail with:
```
ModuleNotFoundError: No module named 'firecloud'
```package_index removal1 parent b3fa2a0 commit c86a011
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments