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
We currently have some files left over from our conversion. The following files can (mostly) be replaced by attributes in pyproject.toml:
MANIFEST.in
setup.cfg
setup.py
We may need to keep setup.cfg around for configuration of tools that do not yet support pyproject.toml. pytest doesn't yet and I don't think we can remove the sqla_testing section either.
We currently have some files left over from our conversion. The following files can (mostly) be replaced by attributes in pyproject.toml:
We may need to keep setup.cfg around for configuration of tools that do not yet support pyproject.toml. pytest doesn't yet and I don't think we can remove the sqla_testing section either.
Looks like the SQLAlchemy entry points can be set using "plugins": python-poetry/poetry#658 (comment)
The text was updated successfully, but these errors were encountered: