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

Order inside of pyproject.toml #65

Open
Julien00859 opened this issue May 19, 2023 · 0 comments
Open

Order inside of pyproject.toml #65

Julien00859 opened this issue May 19, 2023 · 0 comments
Assignees

Comments

@Julien00859
Copy link
Member

At the moment the keys are alphabetically sorted, I suggest we instead sort the keys according to their definition in the Declaring project metadata document.

pyproject_keys = [
    "name",
    "version",
    "description",
    "readme",
    "requires-python",
    "license",
    "authors",
    "maintainers",
    "keywords",
    "classifiers",
    "urls",
    "scripts",
    "gui-scripts",
    "entry-points",
    "dependencies",
    "optional-dependencies",
    "dynamic",
]
@fblanchetNaN fblanchetNaN self-assigned this Aug 16, 2023
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

2 participants