compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Moving most config to pyproject.toml #370

Closed gonzalocasas closed 1 year ago

gonzalocasas commented 1 year ago

First added the max line length to black settings in a new pyproject.toml and then moved most of the settings from setup.cfg to pyproject.toml. I tried to move bdist_wheel setting but it didn't seem to use it even though it is technically supported (I might have missed another setting to trigger that?), and then flake8 would be the other one remaining, which doesn't officially support pyproject.toml, but we should replace with black.

What type of change is this?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.