mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
Initial commit
This commit is contained in:
9
docs/pyproject.md
Normal file
9
docs/pyproject.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user