faker
faker copied to clipboard
Move to `pyproject.toml` + `setup.cfg`
Hi @fcurella, mind if I take this? It should be pretty straightforward to move over, given that most of the parameters in setup.py
can be copied almost verbatim to setup.cfg
.
@tplessas thank you so much for volounteering! Go for it!
@fcurella can you please explain what you want to achieve with pyproject.toml
? If you continue to use setuptools
as your build system, you will have three files setup.py
setup.cfg
pyproject.toml
.
Once you implement pyproject.toml
, it makes sense to switch to another build system - poetry
@AABur we want to move away from setuptools
and to pep517. Switching to poetry
(or any other non-setup.py
based system) is part of the plan.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.