LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
386 stars 111 forks source link

Fix #15 - installing from `pip` and `easy_install` #20

Closed ccpost closed 8 years ago

ccpost commented 8 years ago

Bear in mind that I'm no setuptools / distutils expert. This is the combined result of a bunch of Googling and some source diving into setuptools / distutils. Interesting references about this problem include: http://stackoverflow.com/questions/10559589/adding-output-file-to-python-extension http://stackoverflow.com/questions/29477298/setup-py-run-build-ext-before-anything-else http://bugs.python.org/issue7562 http://stackoverflow.com/questions/12491328/python-distutils-not-include-the-swig-generated-module http://stackoverflow.com/questions/17666018/using-distutils-where-swig-interface-file-is-in-src-folder/26556654#26556654

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 18.295% when pulling 41ca7d1eecf7ece5775cafe2289d09a00ccc34bb on ccpost:fix/pip-install into f793225af16f675c8ff46397a5a5b3cea67406c4 on LudovicRousseau:master.

LudovicRousseau commented 8 years ago

On Mac OS X 10.11 using Python 2.6 (default)