diff --git a/.gitignore b/.gitignore index 9e02388..54e022d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ *.pyc *.pyo -*~ - MANIFEST build/* dist/* diff --git a/README.md b/README.md index 065accd..698a0ee 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ QWeeChat requires: - Python ≥ 3.7 - PyQt5 or PyQt5 and maybe PySide2 and PySide2 using qtpy - dev-python/qtconsole; the requirements.txt file says >= 5.5.1 but earlier versions may work just fine -- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat" +- [WeeChat](https://weechat.org) ≥ 0.3.7, on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat" Tested with 4.1.2 ### Install via source distribution @@ -83,3 +83,7 @@ along with QWeeChat. If not, see . ## Updates Up-to-date code is on https://git.plastiras.org/emdee/qweechat +You can also run this qweechat under toxygen +https://git.macaw.me/emdee/toxygen + +For tox in weechat, see https://git.macaw.me/emdee/tox-weechat