pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.92k stars 857 forks source link

migrate setup.cfg to pyproject.toml #1776

Closed deronnax closed 3 months ago

deronnax commented 6 months ago

Just a work in progress for now.

adehad commented 6 months ago

certain tools like hatch also have a built in migration that might be wroth exploring. I think it would be https://hatch.pypa.io/latest/intro/#existing-project

deronnax commented 5 months ago

I already used dedicated migration tools : setuptools-py2cfg and then ini2toml. Both work very well and I have ported several open-source projects with. There is only one real error left and I am not sure it's directly related to my work. Would you have a look please?

adehad commented 3 months ago

Thanks for the contribution!