summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e38cf27..defbe7f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,9 @@ clean-venv:
@rm -rf local/
@rm -rf man/
+dev-packages:
+ @pip install nose mock restructuredtext_lint
+ @pip install wheel twine
+
.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv
+.PHONY: dev-packages