Skip to content

Migrate setup.py to pyproject.toml for Python 3.12

As distutils, setup.py and setup.cfg are deprecated/removed in Python 3.12 migration to pyproject.toml should be done. Details can be found at: