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

Switch to pyproject.toml #931

Open
pietermarsman opened this issue Dec 29, 2023 · 0 comments · May be fixed by #1028
Open

Switch to pyproject.toml #931

pietermarsman opened this issue Dec 29, 2023 · 0 comments · May be fixed by #1028
Labels
status: accepted type: development Related to the development process for maintainers

Comments

@pietermarsman
Copy link
Member

pietermarsman commented Dec 29, 2023

Feature request

A pyproject.toml is a new way of storing metadata for a Python project. It stores the name, description, urls and other package info. It also manages dependencies. It also manages a build system for the package. And it also supports custom sections for tools (mypy, black, etc.).

Since 2023 the usage of pyproject.toml is widely accepted and is preferred (source)

@pietermarsman pietermarsman added type: development Related to the development process for maintainers status: accepted labels Dec 29, 2023
@dhdaines dhdaines linked a pull request Aug 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepted type: development Related to the development process for maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant