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

Implement support for pyproject.toml #17

Closed
proycon opened this issue Jun 7, 2022 · 1 comment
Closed

Implement support for pyproject.toml #17

proycon opened this issue Jun 7, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@proycon
Copy link
Owner

proycon commented Jun 7, 2022

This is a continuation of #16

Currently either a setup.py is still needed, or the package must be installed. Newer projects, however, use a pyproject.toml and may use other build systems such as poetry. We want to be able to extract metadata (standardized in PEP-621) directly from pyproject.toml. It seems the current method using importlib.metadata does not provide any solution for this so some additional logic is needed.

@proycon
Copy link
Owner Author

proycon commented Jun 9, 2022

@nealmcb This has now been implemented and released in v2.1.0

@proycon proycon closed this as completed Jun 9, 2022
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

No branches or pull requests

1 participant