bnjmnp / pysoem

Cython wrapper for the Simple Open EtherCAT Master Library
MIT License
96 stars 37 forks source link

Setup method for the package is looking like to become deprecated #51

Closed rako233 closed 6 months ago

rako233 commented 2 years ago

As written in the topic, it's looking like the setup method is going to be deprecated with Python 3.12.

bnjmnp commented 2 years ago

Hi. Thank you for the hint. It is good to know that in advance.

I already have plans to rework my build/publication process using GitHub Actions and cibuildwheel. When doing this I will check out the new way of crafting Python packages.

Do you have a link at hand were one can read what the setup method is replaced with?

rako233 commented 2 years ago

Sorry, Idk. I just noted it when using pysoem

bnjmnp commented 6 months ago

I would like to close this. Using a setup.py that makes use of Setuptools, is not deprecated ^1.

However, python setup.py and the use of setup.py as a command line tool are deprecated.