Closed ecederstrand closed 1 year ago
Commands to build the Python package should not enable the jupyter extension.
This removes the implicit requirement to have Jupyter installed during package builds.
Issue can be triggered via e.g. python3 -m pip install --use-pep517 checklist
python3 -m pip install --use-pep517 checklist
Fixes #119
Ping @marcotcr ?
Commands to build the Python package should not enable the jupyter extension.
This removes the implicit requirement to have Jupyter installed during package builds.
Issue can be triggered via e.g.
python3 -m pip install --use-pep517 checklist
Fixes #119