OpenAssetIO / OpenAssetIO-TraitGen

A code generation tool that produces OpenAssetIO Traits and Specifications from a simple YAML description.
Apache License 2.0
6 stars 3 forks source link

[Build] Add support for setuptools 69.0.0 #60

Closed elliotcmorris closed 10 months ago

elliotcmorris commented 10 months ago

Closes #59

Setuptools 69.0.0 caused a break in our hybrid configurations where we used both setup.py and pyproject.toml to configure install-requirements. Move to just using pyproject.toml.