nightlark / swig-pypi

pip install swig. SWIG Python wheel for PyPI.
Apache License 2.0
12 stars 4 forks source link

Move Python package metadata from setup.py to pyproject.toml #103

Closed nightlark closed 9 months ago

nightlark commented 9 months ago

Setuptools v69 makes it required to list metadata fields set in setup.py under the dynamic key in pyproject.toml, otherwise it will error. Since those are fixed values anyway, this PR moves setting the metadata fields to pyproject.toml, which should fix the wheel build errors (and #102).