-
Notifications
You must be signed in to change notification settings - Fork 461
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
Add poetry support; drop pipenv support; bump version #544
Conversation
Codecov Report
@@ Coverage Diff @@
## master #544 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 19 19
Lines 670 670
=======================================
Hits 663 663
Misses 7 7 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python3.9 is already released so it might be a good idea to add it to the tox file. Aside from that LGTM.
I'm not experienced with poetry. I see that we now have redundant information in EDIT: I looked into it and it seems like you need to maintain |
Yes, |
d787da6
to
897a978
Compare
897a978
to
bfc19fb
Compare
I was a bit afraid that once we merge it then we will receive a bunch of issues (due to lack of |
Maybe that's because how setuptools (and pip) work right now - they respect build settings from |
Changes in this commit: * Remove not used pipenv based files * Remove dangling requirements.txt file * Remove not used Manifest.in and setup.cfg file, which covered by poetry * Move flake8 config from setup.cfg to tox.ini file * Include fuzzy translations in `make build` command * Include *.mo files in final build Refs #544
Changes in this commit: * Remove not used pipenv based files * Remove dangling requirements.txt file * Remove not used Manifest.in and setup.cfg file, which covered by poetry * Move flake8 config from setup.cfg to tox.ini file * Include fuzzy translations in `make build` command * Include *.mo files in final build Refs #544
No description provided.