Polyconseil / zbarlight

A simple wrapper for zbar
BSD 3-Clause "New" or "Revised" License
163 stars 37 forks source link

add test.py #17

Closed ZhangXinNan closed 7 years ago

ZhangXinNan commented 7 years ago

add test.py . You can input an local image to test zbarlight

ZhangXinNan commented 7 years ago

@fbochu

The second one is to exclude the module from packaging (in MANIFEST.in), this break zbarlight quality tests.

How to do it ?

fbochu commented 7 years ago

@ZhangXinNan: You can just append the name of the file to the last line of the MANIFEST.in file -> https://github.com/Polyconseil/zbarlight/blob/master/MANIFEST.in#L7

ZhangXinNan commented 7 years ago

@fbochu Please review it , thanks !