You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, kombu uses setup.cfg, setup.py, and MANIFEST.in as project/packaging configuration files besides pyproject.toml. The idea would be to fully switch to the latter.
Some of those configuration items only needs to be migrated to pyproject.toml (mypy for instance), for some others, it will require more work (flake8 does not support pyproject.toml and could be replaced with ruff).
Note that this issue does not cover kombu package manager/build backend modernization.
I can work on this issue.
The text was updated successfully, but these errors were encountered:
As of now,
kombu
usessetup.cfg
,setup.py
, andMANIFEST.in
as project/packaging configuration files besidespyproject.toml
. The idea would be to fully switch to the latter.Some of those configuration items only needs to be migrated to
pyproject.toml
(mypy
for instance), for some others, it will require more work (flake8
does not supportpyproject.toml
and could be replaced withruff
).Note that this issue does not cover
kombu
package manager/build backend modernization.I can work on this issue.
The text was updated successfully, but these errors were encountered: