Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Update to pyproject.toml #308

Closed
Javagedes opened this issue Apr 28, 2023 · 0 comments · Fixed by #323
Closed

[Feature]: Update to pyproject.toml #308

Javagedes opened this issue Apr 28, 2023 · 0 comments · Fixed by #323
Labels
enhancement New feature or request

Comments

@Javagedes
Copy link
Contributor

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-library.

Have you considered any alternatives?

No response

Additional context

No response

@Javagedes Javagedes added the enhancement New feature or request label Apr 28, 2023
@Javagedes Javagedes linked a pull request May 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant