wanunulab / ioniq

GNU General Public License v3.0
0 stars 0 forks source link

rewrite setup info in pyproject.toml #18

Closed a-fa closed 4 weeks ago

a-fa commented 1 month ago

to navigate the deprecation of setup.py, we need to replace it with pyproject.toml (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64.

dinboyko commented 4 weeks ago

I added pyproject.toml to ioniq. For now, we can't completely migrate to toml because of the extensions. https://github.com/pypa/setuptools/discussions/4154