We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2180644 commit d3876b3Copy full SHA for d3876b3
Makefile
@@ -24,7 +24,7 @@ release:
24
@echo -e "\nView online at: https://pypi.python.org/pypi/${PROJECT} or https://pypi.org/project/${PROJECT}/"
25
@echo -e "Remember to make a release announcement and upload contents of .packaging/release/ folder as a Release on GitHub.\n"
26
27
-${PROJECT}.egg-info/PKG-INFO: setup.py setup.cfg
+${PROJECT}.egg-info/PKG-INFO: setup.py setup.cfg web/db/release.py
28
@mkdir -p ${VIRTUAL_ENV}/lib/pip-cache
29
pip install --cache-dir "${VIRTUAL_ENV}/lib/pip-cache" -e ".[${USE}]"
30
0 commit comments