eclipse / paho.mqtt.python

paho.mqtt.python
Other
2.15k stars 724 forks source link

PEP 621: Migrate from setup.py and setup.cfg to pyproject.toml #719

Closed cclauss closed 7 months ago

cclauss commented 1 year ago

Failing tests are fixed in https://github.com/eclipse/paho.mqtt.python/pull/712

Migrate setup.py to setup.cfg using setuptools-py2cfg plus manual modifications. Then migrate setup.cfg to pyproject.toml using ini2toml to do the file conversion and running pyproject-fmt and then validate-pyproject to validate the results.

akx commented 1 year ago

@cclauss btw, since you're doing these renovations, you might be interested in my https://github.com/akx/pyproject-migrator project :) PRs &c. welcome.

PierreF commented 7 months ago

Thank for your contribution (or other PR !).

This PR seems a duplicated of #729, which seems to do the same as this one.