Closed cneud closed 1 year ago
This enables installation and packaging via either python -m build or pip install . (no editable install yet). Fixes #20.
python -m build
pip install .
This enables installation and packaging via either
python -m build
orpip install .
(no editable install yet). Fixes #20.