-
Notifications
You must be signed in to change notification settings - Fork 318
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
Use hatch backend #846
Use hatch backend #846
Conversation
Codecov Report
@@ Coverage Diff @@
## main #846 +/- ##
==========================================
- Coverage 70.04% 68.98% -1.07%
==========================================
Files 63 63
Lines 7568 7309 -259
Branches 1262 1208 -54
==========================================
- Hits 5301 5042 -259
+ Misses 1888 1887 -1
- Partials 379 380 +1
Continue to review full report at Codecov.
|
Hi, interesting. Are there notes, or could you share the reasoning behind switching from flit to hatch? cheers, Maarten |
Basically it gives us a lot more flexibility, including multiple top level entities, which is needed for |
Help output test failures are due to #843, will focus on getting a traitlets release out now. |
Thanks! |
Thank you! ❤️ |
Simplified version of #845 until we decided whether to adopt
hatch_jupyter_builder
, to get editable mode working again. cf pypa/pip#11110