master
emdee 2 months ago
parent 55e7da35f4
commit 1e4097880a

2
.gitignore vendored

@ -2,6 +2,8 @@
*.pyc
*.pyo
*~
MANIFEST
build/*
dist/*

@ -61,6 +61,8 @@ install-pip::
--no-deps \
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
--upgrade .
sed -i -e "1s@/usr/bin/python${PYTHON_MINOR}@${PYTHON_EXE_MSYS}@" \
${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/bin/*
veryclean:: clean
rm -rf build dist $(MOD).egg-info

@ -1,4 +1,4 @@
# works with PyQt5 and PyQt6 and maybe PySide2 and PySide6 as well
PyQt5
# earlier versions may work just fine
qtconsole >= 5.5.1
pyqtconsole >= 5.5.1

@ -33,9 +33,6 @@ qweechat =
gui_scripts =
qweechat = "qweechat:iMain"
#[options.packages.find]
#xwhere=src
[easy_install]
zip_ok = false

Loading…
Cancel
Save