fireplace icon indicating copy to clipboard operation
fireplace copied to clipboard

Clean up packaging, move deps to setup.py

Open smallnamespace opened this issue 8 years ago • 3 comments

smallnamespace avatar Feb 18 '16 05:02 smallnamespace

What do you mean move deps to setup.py?

jleclanche avatar Feb 18 '16 05:02 jleclanche

See https://caremad.io/2013/07/setup-vs-requirement/ -- "setup.py is designed for redistributable things and that requirements.txt is designed for non-redistributable things"

Wouldn't it be nice if you could pip install -e ... fireplace ... and it pulls in all its deps, installs them, and then (optionally) completes the bootstrap?

smallnamespace avatar Feb 18 '16 05:02 smallnamespace

This is on hold until bootstrap / releases are figured out, may turn out to be a no-op.

Keeping this thread around for further discussion.

smallnamespace avatar Feb 25 '16 00:02 smallnamespace