Ousret / pyTeliumManager

Python library to manipulate Ingenico mobile payment device like iCT220 or iWL220 equipped with Telium Manager. RS232/USB.
http://pyteliummanager.readthedocs.io
MIT License
104 stars 20 forks source link

Improve setup.py and expose version in package #13

Closed Ousret closed 4 years ago

Ousret commented 4 years ago

Some python version were missing and the description was not included on PyPi. And fix minors issues.

codecov-io commented 4 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   91.48%   91.55%   +0.06%     
==========================================
  Files           5        6       +1     
  Lines         364      367       +3     
==========================================
+ Hits          333      336       +3     
  Misses         31       31
Impacted Files Coverage Δ
telium/__init__.py 100% <100%> (ø) :arrow_up:
telium/version.py 100% <100%> (ø)

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 10c833d...03caff9. Read the comment docs.