Xilinx / logicnets

Apache License 2.0
81 stars 26 forks source link

[pyproject] switched from setup.<py|cfg> to pyproject.toml project specification #35

Closed nickfraser closed 1 year ago

nickfraser commented 1 year ago

This will likely mean that it's difficult to build logicnets for python<3.7, since setuptools>=61 is now a build dependency and requires python>=3.7.

Not sure if there are other implications of making this change at this time, but it's likely worth it to reduce to overall build specification overhead for the project.

Will bump the minor release version once this PR is approved.