diff --git a/.gitignore b/.gitignore index 54e022d..9e02388 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.pyc *.pyo +*~ + MANIFEST build/* dist/* diff --git a/Makefile b/Makefile index 5891194..b6829d0 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/requirements.txt b/requirements.txt index dd3e743..c572e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index c8d6ca6..a838df2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,9 +33,6 @@ qweechat = gui_scripts = qweechat = "qweechat:iMain" -#[options.packages.find] -#xwhere=src - [easy_install] zip_ok = false