-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Replace setup.py by pyproject.toml #450
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #450 +/- ##
==========================================
+ Coverage 90.14% 90.20% +0.06%
==========================================
Files 6 6
Lines 284 286 +2
Branches 51 51
==========================================
+ Hits 256 258 +2
Misses 12 12
Partials 16 16 ☔ View full report in Codecov by Sentry. |
Does anyone know how to not include |
d99925e
to
8080d19
Compare
That’s probably up to the build backend |
I checked other packages using the simple build backend, but their packages don't include |
What is «the simple build backend»? |
@@ -1,5 +0,0 @@ | |||
include *.txt *.py *.rst setup.cfg |
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.
Why did you remove this file?
global-exclude */__pycache__/*
global-exclude *.pyc
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.
AFAIR that made no differences at all in the build result.
I think this is now ready. @Natim, is this OK for you? |
No description provided.