mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
Merge pull request #161 from return42/fix-typo-manage
[fix] py.build - fix small typo in the build message
This commit is contained in:
commit
bf5f505d74
2
manage
2
manage
@ -326,7 +326,7 @@ node.clean() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
py.build() {
|
py.build() {
|
||||||
build_msg BUILD "[pylint] python package ${PYDIST}"
|
build_msg BUILD "python package ${PYDIST}"
|
||||||
pyenv.cmd python setup.py \
|
pyenv.cmd python setup.py \
|
||||||
sdist -d "${PYDIST}" \
|
sdist -d "${PYDIST}" \
|
||||||
bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"
|
bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"
|
||||||
|
Loading…
Reference in New Issue
Block a user