Eric-Bourry / pssi

PSSI (Python Simple Smartcard Interpreter) is a Python script that provides an abstract layer for smartcard reading. Thanks to it, it is possible to read a smartcard by simply adding its structure in the form of a plugin, without taking care of the communication layer. The tool comes with several plugins, namely SIM, EMV, Navigo and Belgian eID.
GNU General Public License v3.0
22 stars 4 forks source link

Add a missing End Of Line #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The file MANIFEST.in has no EOL on the last line. So display using cat(1) is 
not nice

Patch attached.

Original issue reported on code.google.com by ludovic....@gmail.com on 11 Nov 2010 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 34.

Original comment by eric.bou...@gmail.com on 11 Nov 2010 at 2:24