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
Pip is deprecating and removing various functionality, one of which is not having a pyproject.toml or a setup.cfg file. This change has made it such that pip install -e . Does not work for local development of the repository. Switching to using pyproject.toml for project management and updating setup.py would resolve this issue.
Describe the solution
Switch to pyproject.toml and review other solutions for packaging edk2-pytool-extensions.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What does the feature solve?
Pip is deprecating and removing various functionality, one of which is not having a pyproject.toml or a setup.cfg file. This change has made it such that
pip install -e .
Does not work for local development of the repository. Switching to using pyproject.toml for project management and updating setup.py would resolve this issue.Describe the solution
Switch to pyproject.toml and review other solutions for packaging edk2-pytool-extensions.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: