diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-08 12:20:48 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-08 12:20:48 +0100 |
| commit | fe9b1a9b58ebb3787c321d5188a1e4334398eb40 (patch) | |
| tree | 94744ce44823e5f1c70eb407be1271bf02a40998 /Makefile | |
| parent | f4de10369bf82c176eca2e1e622e3a1449412866 (diff) | |
| download | psutil-fe9b1a9b58ebb3787c321d5188a1e4334398eb40.tar.gz | |
update MANIFEST.in
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ ARGS = # List of nice-to-have dev libs. DEPS = argparse \ + check-manifest \ coverage \ flake8 \ futures \ @@ -171,6 +172,9 @@ pyflakes: flake8: @git ls-files | grep \\.py$ | xargs $(PYTHON) -m flake8 +check-manifest: + $(PYTHON) -m check_manifest -v + # =================================================================== # GIT # =================================================================== |
