python-bindings icon indicating copy to clipboard operation
python-bindings copied to clipboard

Move from `setup.py` to `pyproject.toml`

Open BenjaminRodenberg opened this issue 1 year ago • 1 comments

pyproject.toml is the current standard for providing metadata and dependency information. Requiring setuptools>=61 (#207) is a step into this direction. See also https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html.

BenjaminRodenberg avatar Jul 09 '24 09:07 BenjaminRodenberg

https://hatch.pypa.io/latest/intro/#existing-project This can convert the setup.py to pyproject.toml

fsimonis avatar Sep 05 '24 09:09 fsimonis