pyproject.toml
This commit is contained in:
parent
60c48bcb6a
commit
38d82dfc82
7 changed files with 138 additions and 8 deletions
9
Makefile
9
Makefile
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue