Skip to content

Commit d3876b3

Browse files
committed
Additional dependency.
1 parent 2180644 commit d3876b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ release:
2424
@echo -e "\nView online at: https://pypi.python.org/pypi/${PROJECT} or https://pypi.org/project/${PROJECT}/"
2525
@echo -e "Remember to make a release announcement and upload contents of .packaging/release/ folder as a Release on GitHub.\n"
2626

27-
${PROJECT}.egg-info/PKG-INFO: setup.py setup.cfg
27+
${PROJECT}.egg-info/PKG-INFO: setup.py setup.cfg web/db/release.py
2828
@mkdir -p ${VIRTUAL_ENV}/lib/pip-cache
2929
pip install --cache-dir "${VIRTUAL_ENV}/lib/pip-cache" -e ".[${USE}]"
3030

0 commit comments

Comments
 (0)