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
Poetry seems mainly targeted at applications that want to lock their dependencies, and also doesn't seem to have first-class support for Python extension modules. Also, now that PEP 621 allows project metadata in pyproject.toml, Poetry's single-file configuration approach is less of a differentiator.
For now, I'm leaning toward modernizing our setuptools config instead.
It's cleaner, apparently popular, and appears to support everything we need.
WIP in #164, though we should break that out into a separate PR.
The text was updated successfully, but these errors were encountered: