converted README to reStructuredText and version as plain text file#663
converted README to reStructuredText and version as plain text file#663thinkingserious merged 4 commits intosendgrid:v4from StrikerRUS:pypi_v4
Conversation
Codecov Report
@@ Coverage Diff @@
## v4 #663 +/- ##
==========================================
- Coverage 84.38% 84.35% -0.04%
==========================================
Files 37 36 -1
Lines 967 965 -2
Branches 108 107 -1
==========================================
- Hits 816 814 -2
Misses 93 93
Partials 58 58
Continue to review full report at Codecov.
|
|
Why change the README format? |
|
|
@meahow, .rst is the format PyPi supports. Supporting this natively simplifies things. As @StrikerRUS said, now there is no need for converting the .md to .rst with register.py. Do you see any issue with this approach? Thanks! |
|
@thinkingserious The only issue I have with this is that MD syntax is a bit simpler/clearer. FYI pypi now supports MD but:
More info here |
|
Hello @StrikerRUS, |
This is the copy of #634 PR, but against
v4branchImportant: content of README was taken from
masterbranch, since there are more recent fixes and tracking of all of them will be lost after converting the format of the file, with applied patch for recent Python version update inv4branch.Checklist
Short description of what this PR does:
__version__attribute by retrieving it from the plain text file, not by executing the.pymodule.README.mdtoREADME.rst(appearance can be checked in this branch https://github.com/StrikerRUS/sendgrid-python/blob/pypi_v4/README.rst), soregister.pyis not needed anymore.