summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-06-18 14:13:05 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-06-21 12:52:26 +0200
commitf41b7a720498bfecc345e8e59ed08b57f4b76710 (patch)
tree8f4141e6c950ece886abbc602e26637f2787d94e /manage
parent0e3a87b73acecb085acf0ed6f00c1434e32227bd (diff)
downloadsearxng-f41b7a720498bfecc345e8e59ed08b57f4b76710.tar.gz
searxng-f41b7a720498bfecc345e8e59ed08b57f4b76710.zip
[fix] py.build - fix small typo in the build message
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-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}"