Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
524 B

# pyproject.toml
This file is used to define the project configuration and dependencies. It is a configuration file that
contains metadata about the project, such as its name, version, dependencies, and build settings. The
`pyproject.toml` file is used by tools like `poetry` and `flit` to manage Python projects and their
dependencies.
Learn more about `pyproject.toml` by visiting the following resources:
- [@official@Writing pyproject.toml files](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)