Sorry if this is some kind of misunderstanding, but it looks like the latest version of Flit on PyPI is 3.12.0, despite the docs for version 4.0.0 saying that that is how to install it:
Upon running py -m pip install flit and then flit --version on my Windows machine, it indeed reports 3.12.0. Additionally, I cannot easily find the old documentation for version 3.12.0, so I am at a bit of a loss for how to proceed with my project.
Edit: I have gotten Flit to work with my project, but I am still confused by the version mismatch.
Sorry if this is some kind of misunderstanding, but it looks like the latest version of Flit on PyPI is 3.12.0, despite the docs for version 4.0.0 saying that that is how to install it:
Upon running
py -m pip install flitand thenflit --versionon my Windows machine, it indeed reports3.12.0. Additionally, I cannot easily find the old documentation for version 3.12.0, so I am at a bit of a loss for how to proceed with my project.Edit: I have gotten Flit to work with my project, but I am still confused by the version mismatch.