Closed k4nar closed 7 months ago
If you stumble upon this issue and you impatiently want to use this project without libcst.tool
, cloning the repository and installing it with pip install -e .
works.
Would you be interested in contributing a PR? It would be good to add the entrypoint too.
I'd probably cut a release after this is fixed (cc @hauntsaninja in case you were thinking of contributing other changes).
Sure, I can open a PR
I can confirm it works, thanks :raised_hands: !
Hi,
PR https://github.com/JelleZijlstra/autotyping/pull/65 has introduced a very convenient way of using the project with
python -m autotyping
.However, it doesn't work when installing the project via pip :smiling_face_with_tear: :
The file
__main__.py
is indeed missing from the distributed package.Also, it would be even more awesome if the project was providing a cli entrypoint, so that
autotyping
could be used as a command :partying_face: .