diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-11-08 12:07:56 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-11-08 12:07:56 +0100 |
| commit | 0c25f9a6b20e11059805f55928cec5bcd18fbf6b (patch) | |
| tree | 15b701197a8928a402f81ad82213e6b838f518c8 /Makefile | |
| parent | e3f911e6ab90be10a37edf00c5da2c204513c242 (diff) | |
| download | psutil-0c25f9a6b20e11059805f55928cec5bcd18fbf6b.tar.gz | |
#1167 give CREDITS to @matray
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -220,7 +220,6 @@ pre-release: ## Check if we're ready to produce a new release. ${MAKE} sdist release: ## Create a release (down/uploads tar.gz, wheels, git tag release). - ${MAKE} pre-release $(PYTHON) -m twine upload dist/* # upload tar.gz and Windows wheels on PYPI ${MAKE} git-tag-release @@ -256,4 +255,4 @@ check-broken-links: ## Look for broken links in source files. git ls-files | xargs $(PYTHON) -Wa scripts/internal/check_broken_links.py help: ## Display callable targets. - @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' + @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' |
