summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-06-21 14:55:28 +0200
committerGitHub <noreply@github.com>2021-06-21 14:55:28 +0200
commitbf5f505d74339c4a14a9334a69a7446984fa4b4a (patch)
tree8f4141e6c950ece886abbc602e26637f2787d94e
parent0e3a87b73acecb085acf0ed6f00c1434e32227bd (diff)
parentf41b7a720498bfecc345e8e59ed08b57f4b76710 (diff)
Merge pull request #161 from return42/fix-typo-manage
[fix] py.build - fix small typo in the build message
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 167895158..3a7a9f094 100755
--- a/manage
+++ b/manage
@@ -326,7 +326,7 @@ node.clean() {
}
py.build() {
- build_msg BUILD "[pylint] python package ${PYDIST}"
+ build_msg BUILD "python package ${PYDIST}"
pyenv.cmd python setup.py \
sdist -d "${PYDIST}" \
bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"