IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

chore: drop pandoc conversion of README in setup.py #79

Closed mkistler closed 4 years ago

mkistler commented 4 years ago

This PR eliminates the logic in setup.py that converted README.md to "restructured text" format. This logic depended on pandoc and pypandoc but these packages were not identified as dependencies in the "requirements" files. This could result in scary error messages for users. And this seems completely unnecessary since PyPI handles markdown format just fine.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   97.97%   97.97%           
=======================================
  Files          18       18           
  Lines         643      643           
=======================================
  Hits          630      630           
  Misses         13       13           

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 b77dd74...c1579c4. Read the comment docs.

ibm-devx-automation commented 4 years ago

:tada: This PR is included in version 3.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: