gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 246 forks source link

Switch to pyproject.toml (pep-621) #451

Closed gijzelaerr closed 1 year ago

gijzelaerr commented 1 year ago

we currently use setup.py, which at some point should be replaced by pyproject.toml.

https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html https://peps.python.org/pep-0621/