mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
10 lines
497 B
Markdown
10 lines
497 B
Markdown
# pypyroject.toml
|
|
|
|
The pyproject.toml is the main configuration file used for the Python project.
|
|
It contains configurations for building, linting, testing, and publishing the Python package.
|
|
|
|
The pyproject.toml replaces the "setup.py" package. When using 'flit' or 'poetry', only the pyproject.toml is required.
|
|
This project currently uses 'flit', but in the future may also include a 'poetry' example. Both are considered viable options.
|
|
|
|
When using setuptools, and setup.cfg is still required.
|