pyLanguagetool icon indicating copy to clipboard operation
pyLanguagetool copied to clipboard

Installing 0.11.0 via pip doesn't include updates for 0.11.0 release

Open eli-s-r opened this issue 11 months ago • 1 comments

I've installed version 0.11.0 of the package, but when I open the distributed files, they do not match the code of the release on GitHub, e.g. the added support for username and api_key.

eli-s-r avatar May 21 '25 19:05 eli-s-r

I also noticed this. The problem is the wheel file. The source distribution is fine.

$ curl https://files.pythonhosted.org/packages/4f/bd/0506dad57b4a8f64e8d8071c76da83340a8c74601cfe32cbe9917aeb2dcb/pylanguagetool-0.11.0-py3-none-any.whl -o pylanguagetool-0.11.0-py3-none-any.whl
$ unzip pylanguagetool-0.11.0-py3-none-any.whl
$ grep -r pkg_resources .
./pylanguagetool/cli.py:import pkg_resources
./pylanguagetool/cli.py:        print(pkg_resources.get_distribution('pylanguagetool').version)

reinout avatar Oct 21 '25 15:10 reinout