-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore: update package config #1448
base: develop
Are you sure you want to change the base?
Conversation
d6e6a2e
to
754d0a5
Compare
7e1c52f
to
e7777b5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1448 +/- ##
===========================================
- Coverage 90.01% 89.53% -0.48%
===========================================
Files 194 194
Lines 6368 6316 -52
===========================================
- Hits 5732 5655 -77
- Misses 636 661 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @vorel99 , once again than you for your contribution :) I've already requested the review from the team! |
Hi @vorel99. Thank you for your work in the migration to |
365613f
to
8373d2e
Compare
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.
Everything else seems fine to me. @portellaa, what do you think?
hello, |
6a3342a
to
8f4f622
Compare
Hi @vorel99 Thanks for your PR. Unfortunately we don't have the time right now to move forward with this, we kindly ask you to give us some more time. Sorry for this. Cheers |
Thanks for reply @portellaa, I can rebase my branch to new develop, when you are ready. Regards, |
8632412
to
39a21e2
Compare
Hello @fabclmnt, Thank you, |
Hi @vorel99, just reviewed the PR. The changes seem to be aligned! There are a few conflicting issues that need to be sorted so we can proceed with merge. |
d53bbe7
to
53c8d36
Compare
Hi @fabclmnt , |
In python world, new standard for package configuration is
pyproject.toml
. So I moved all static config fromsetup.py
topyproject.toml
.setup.py
topyproject.toml
requirements
filesrequirements
files usage