Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from setuptools to Poetry #90

Closed
3 tasks
kadler opened this issue May 19, 2020 · 0 comments · Fixed by #96
Closed
3 tasks

Migrate away from setuptools to Poetry #90

kadler opened this issue May 19, 2020 · 0 comments · Fixed by #96
Labels
enhancement New feature or request
Milestone

Comments

@kadler
Copy link
Member

kadler commented May 19, 2020

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)

@kadler kadler added the enhancement New feature or request label May 19, 2020
@kadler kadler added this to the 1.0 milestone May 27, 2020
@kadler kadler closed this as completed in #96 Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant