cel-python
cel-python copied to clipboard
Remove defunct Makefile targets
Root Makefile contains defuct targets including but not limited to:
install:
python3 -m venv .
. bin/activate && pip install -r requirements-dev.txt
This functionality seems to have been ported to tox.ini and was never removed.
After looking at the Makefile, my suggestion on deleting was a bad idea.
I don't think it should be deleted. I think it needs to be rewritten to use poetry properly instead of trivially deleted.
addressed in #87