You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
PEP 518 is now supported by pip pypa/pip#4144 and it looks like that made it into releases of pip >= 9.0.2.
We should add a pyproject.toml to specify autover as a build dependency and test with pip + git clone. If that works, we can consider whether we should get rid of embed_version and simply raise an exception that can suggest upgrading pip to users trying to install from a git repo in this manner.