Skip to content

v1.7.0

Compare
Choose a tag to compare
@davidhewitt davidhewitt released this 22 Aug 18:03
· 179 commits to main since this release

Packaging

  • Remove direct imports from distutils. #336
  • Include py.typed when packaging to denote that setuptools-rust includes type hints. #338

Added

  • Add support for pyproject.toml configuration using [tool.setuptools-rust] options. #348

Fixed

  • Fix plat_name handling in the case bdist_wheel.plat_name is set via configuration file (e.g., setup.cfg). #352