-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 packaging toward declarative setup.cfg
#6165
Conversation
ca07ea3
to
5256a89
Compare
Codecov Report
@@ Coverage Diff @@
## master #6165 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 102 102
Lines 30230 30230
Branches 2711 2711
=======================================
Hits 28204 28204
Misses 1849 1849
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
This pull request fixes 1 alert when merging 5256a89 into 06e653d - view on LGTM.com fixed alerts:
|
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 850785c on top of patchback/backports/3.8/850785c37ba69b3b6cfa7270d21224c95f86c487/pr-6165 Backporting merged PR #6165 into master
🤖 @patchback |
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
What do these changes do?
This patch revamps our packaging setup to follow modern practices more closely.
Are there changes in behavior for the user?
No.
Related issue number
N/A
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.