Packaging
- Remove direct imports from `distutils`. [336](https://github.com/PyO3/setuptools-rust/pull/336)
- Include `py.typed` when packaging to denote that setuptools-rust includes type hints. [338](https://github.com/PyO3/setuptools-rust/pull/338)
Added
- Add support for `pyproject.toml` configuration using `[tool.setuptools-rust]` options. [348](https://github.com/PyO3/setuptools-rust/pull/348)
Fixed
- Fix `plat_name` handling in the case `bdist_wheel.plat_name` is set via configuration file (e.g., `setup.cfg`). [352](https://github.com/PyO3/setuptools-rust/pull/352)