-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up packaging, move deps to setup.py #318
Comments
What do you mean move deps to setup.py? |
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 |
…editable) installs of fireplace. Part of jleclanche#318
…lows pip to install all the deps without manual intervention. Part of jleclanche#318
…lows pip to install all the deps without manual intervention. Part of jleclanche#318
…lows pip to install all the deps without manual intervention. Part of jleclanche#318
…e callable from setup.py install (they must be part of package). Part of jleclanche#318
…e callable from setup.py install (they must be part of package). Part of jleclanche#318
…e callable from setup.py install (they must be part of package). Part of jleclanche#318
…e callable from setup.py install (they must be part of package). Part of jleclanche#318
…e callable from setup.py install (they must be part of package). Part of jleclanche#318
…p in the right place; update Travis to just pip install fireplace. Part of jleclanche#318
…p in the right place; update Travis to just pip install fireplace. Part of jleclanche#318
…p in the right place; add dependencies to setup.py; update Travis Part of jleclanche#318
…p in the right place; add dependencies to setup.py; update Travis Part of jleclanche#318
…p in the right place; add dependencies to setup.py; update Travis Part of jleclanche#318
…editable) installs of fireplace. Make kettle a package Part of jleclanche#318
Necessary for scripts to be callable from setup.py install (they must be part of package) Part of jleclanche#318
./setup.py test calls py.test Part of jleclanche#318
Necessary for scripts to be callable from setup.py install (they must be part of package) Part of jleclanche#318
./setup.py test calls py.test Part of jleclanche#318
Necessary for scripts to be callable from setup.py install (they must be part of package) Part of jleclanche#318
./setup.py test calls py.test Part of jleclanche#318
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. |
No description provided.
The text was updated successfully, but these errors were encountered: