IBM/sqlalchemy-ibmi

Migrate away from setuptools to Poetry

kadler opened this issue · 0 comments

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.

Looks like the SQLAlchemy entry points can be set using "plugins": python-poetry/poetry#658 (comment)