From what I can tell, we don't need certain information in `setup.py` anymore if we use `pyproject.toml`. See official PyPI documentation: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/ See also: https://docs.astral.sh/uv/guides/package/#preparing-your-project-for-packaging
From what I can tell, we don't need certain information in
setup.pyanymore if we usepyproject.toml. See official PyPI documentation: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/See also: https://docs.astral.sh/uv/guides/package/#preparing-your-project-for-packaging