Closed jdebacker closed 2 months ago
This PR updates setup.py to build the package in a way that works with distribution to PyPI. A pyproject.toml file is also added due to updates to how editable packages can be built (see pip Issue #11457 for more on this).
setup.py
pyproject.toml
pip
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (404113e) to head (08fd1f5). Report is 5 commits behind head on master.
404113e
08fd1f5
This PR updates
setup.py
to build the package in a way that works with distribution to PyPI. Apyproject.toml
file is also added due to updates to how editable packages can be built (seepip
Issue #11457 for more on this).