-
Notifications
You must be signed in to change notification settings - Fork 9
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
Try poetry #10
base: master
Are you sure you want to change the base?
Try poetry #10
Conversation
3cdce5d
to
b8a7426
Compare
use poetry tasks for: - make rules - travis-CI builds
- update pyproject.toml - update travis-CI
Sorry for the looooooong delay in reacting to this. Are you still interested in this pull request? If yes, could you explain the benefit this has over the current approach? |
Avoid poetry, or flit, use setuptools-scm... |
I am no longer doing much development with Python so I am not up to date with the latest best practices. I need some justification why poetry (or setuptools-scm) is the way to go, ideally some list of advantages and disadvantages with sources. |
This is a by-product of attempting to create a dev-env for this project, using poetry. It's thrown up as a PR in case it is useful to others too.