pyproject.toml

This commit is contained in:
emdee 2024-02-13 18:59:07 +00:00
parent 60c48bcb6a
commit 38d82dfc82
7 changed files with 138 additions and 8 deletions

View file

@ -43,7 +43,12 @@ pylint:
bandit:
bandit -r qweechat
rsync::
bash .rsync.sh
install::
# we install --nodeps because pip is installing stuff we already have in the OS
${PYTHON_EXE_MSYS} setup.py install \
--prefix ${PREFIX}/
${PIP_EXE_MSYS} --python ${PYTHON_EXE_MSYS} install \
--no-deps \
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
--upgrade .