python-string-utils
python-string-utils copied to clipboard
Remove README.md as packaged data in the wheel
README.md is not needed here except for reading to provide the
long_description attribute in setup.py, which is then used only
when uploading to pypi. It seems we can safely remove it from the
manifest while retaining it in git.
Normally the data published here is for non-python files necessary
for the program to function (e.g., i18n translations).
Codecov Report
Merging #16 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #16 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 48 48
Lines 2621 2621
=========================================
Hits 2621 2621
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 78929d8...c31dcf0. Read the comment docs.