summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:50:01 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-12-08 12:50:01 +0100
commit07c9a4850202eadf5c920ee2644c7d669851945f (patch)
tree8fb578dc75ea7b508d46ed95518d68affc7620e3
parentcf672a9e92dd0c5889332525eae3cd94af8e2d47 (diff)
downloadpsutil-07c9a4850202eadf5c920ee2644c7d669851945f.tar.gz
update Makefile
-rw-r--r--MANIFEST.in2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d41bdc42..b0c15645 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,7 +5,7 @@ include CREDITS*
include IDEAS
include INSTALL*
include LICENSE*
-include make.bar
+include HISTORY*
include Makefile
include tox.ini
diff --git a/Makefile b/Makefile
index 32807b0b..13ed0c00 100644
--- a/Makefile
+++ b/Makefile
@@ -173,7 +173,7 @@ flake8:
@git ls-files | grep \\.py$ | xargs $(PYTHON) -m flake8
check-manifest:
- $(PYTHON) -m check_manifest -v
+ $(PYTHON) -m check_manifest -v $(ARGS)
# ===================================================================
# GIT