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

Standards-first detections sequence #37

Open
flying-sheep opened this issue Mar 21, 2022 · 0 comments
Open

Standards-first detections sequence #37

flying-sheep opened this issue Mar 21, 2022 · 0 comments

Comments

@flying-sheep
Copy link

flying-sheep commented Mar 21, 2022

You should search for the specified build tool first and fall back to legacy stuff then:

  1. Parse PEP 621 static metadata
  2. If no PEP 621 metadata exists, read pyproject.toml’s build-system.build-backend (PEP 517) and parse tool specific metadata
  3. If no standard metadata exists at all, fall back to setup.py or requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant