update
This commit is contained in:
parent
55e7da35f4
commit
1e4097880a
4 changed files with 5 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
*~
|
||||||
|
|
||||||
MANIFEST
|
MANIFEST
|
||||||
build/*
|
build/*
|
||||||
dist/*
|
dist/*
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -61,6 +61,8 @@ install-pip::
|
||||||
--no-deps \
|
--no-deps \
|
||||||
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
--target ${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/ \
|
||||||
--upgrade .
|
--upgrade .
|
||||||
|
sed -i -e "1s@/usr/bin/python${PYTHON_MINOR}@${PYTHON_EXE_MSYS}@" \
|
||||||
|
${PREFIX}/lib/python${PYTHON_MINOR}/site-packages/bin/*
|
||||||
|
|
||||||
veryclean:: clean
|
veryclean:: clean
|
||||||
rm -rf build dist $(MOD).egg-info
|
rm -rf build dist $(MOD).egg-info
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# works with PyQt5 and PyQt6 and maybe PySide2 and PySide6 as well
|
# works with PyQt5 and PyQt6 and maybe PySide2 and PySide6 as well
|
||||||
PyQt5
|
PyQt5
|
||||||
# earlier versions may work just fine
|
# earlier versions may work just fine
|
||||||
qtconsole >= 5.5.1
|
pyqtconsole >= 5.5.1
|
||||||
|
|
|
@ -33,9 +33,6 @@ qweechat =
|
||||||
gui_scripts =
|
gui_scripts =
|
||||||
qweechat = "qweechat:iMain"
|
qweechat = "qweechat:iMain"
|
||||||
|
|
||||||
#[options.packages.find]
|
|
||||||
#xwhere=src
|
|
||||||
|
|
||||||
[easy_install]
|
[easy_install]
|
||||||
zip_ok = false
|
zip_ok = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue