python-string-utils icon indicating copy to clipboard operation
python-string-utils copied to clipboard

Remove README.md as packaged data in the wheel

Open TheLonelyGhost opened this issue 5 years ago • 1 comments

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).

TheLonelyGhost avatar Jun 15 '20 17:06 TheLonelyGhost

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            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 data Powered by Codecov. Last update 78929d8...c31dcf0. Read the comment docs.

codecov[bot] avatar Jun 15 '20 17:06 codecov[bot]