Fix typo in MANIFEST.in#354
Conversation
recusive -> recursive
|
Nice catch! |
jwiggins
left a comment
There was a problem hiding this comment.
Please use "Squash and Merge" since this branch contains a GitHub signed commit
Will do, but what's the relevance of the signed commit? |
|
It makes it easier to collect merge commits when preparing a release: However! We're using GitHub to manage this project, and so the vast majority of PR merges are done via GitHub (because we haven't protected the master yet branch for some reason). GitHub signs all of its commits, so they can easily be found with: |
|
Got it. Thanks. |
|
Also, squash merges are the preferred merge strategy for this repo: |
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
=======================================
Coverage 32.93% 32.93%
=======================================
Files 206 206
Lines 18290 18290
Branches 2414 2414
=======================================
Hits 6024 6024
Misses 11880 11880
Partials 386 386Continue to review full report at Codecov.
|
recusive -> recursive