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}"