Closed dmatos2012 closed 2 years ago
Merging #21 (79b4ce7) into master (121bb30) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 95.23% 95.23%
=======================================
Files 6 6
Lines 504 504
=======================================
Hits 480 480
Misses 24 24
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 121bb30...79b4ce7. Read the comment docs.
Good point! It seems there's no difference between the two packages except one has a wheel. There hasn't been an update to the original package in years, so I think it's safe to use the wheel version.
Just one request: could you leave the version at 0.3.2? The main branch is already one patch version ahead of the latest release.
Thanks for checking it out. I have changed the version back to 0.3.2 again.!
Hello,
This PR aims to change
termcolor
package totermcolor-whl
. Motivation: Installing via pip generates an error as below. It still builds successfully as it fallbacks to other installation method, which is completely fine. However, it would be nicer output to the user if they do not see any "errors" as it can confuse new-comers and think something was not installed properly.Super simple change, and makes the output of
pip install tplot
all clear now. Let me know if there is anything else I may have missed. Thank you for your time!