pynalyser
pynalyser copied to clipboard
Start using pyproject.toml
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html https://browniebroke.com/blog/convert-requirements-to-pyproject/
Hey @0dminnimda , I'm interested in contributing to this issue, so before I start working it, would you mind sparing your time explaining what the issue is about and pointing me to some resources to get started.
Hi @9gl! Sure, the issue is that python communuty choose to move from setuptools specific configuration to independent one. For more info: it was first introduced in PEP 518 and later expanded in PEP 517, PEP 621 and PEP 660
But the task is essentially to take the setup.py and convert it into pyproject.toml (and maybe setup.cfg) Two links I put into the discription of the ticket will help you with that.
If you have any other questions or need help don't hesitate to ping me! ^-^
Also it doesn't have to be all in one pr, you may initially just convert as much easy filds, and then work on harders parts in other prs
ok I am bit new . It would to be nice if you could point me to a file in project to get started .
Yep, here it is You want to create a new branch and add the pyproject.toml in the same root folder as setup.py is in
Could you assign me this issue
Sure!
@9gl what are your plans on this?
I am working on it