You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyproject.toml: switch from setup.py
We still use setuptools, but drop setup.py in favor of pyproject.toml.
Organize linter, docs and test dependencies as optional dependencies and
update GH actions accordingly.
Fixes#379.