commit | c5492050001768fa861f8d24cd7e8f9b964f5bd8 | [log] [tgz] |
---|---|---|
author | Sascha Peilicke <saschpe@mailbox.org> | Mon Mar 31 17:59:37 2014 +0200 |
committer | Sascha Peilicke <saschpe@mailbox.org> | Tue Apr 01 15:19:18 2014 +0200 |
tree | ff608e3689618337e3c97c648cd0dceb5d333d98 | |
parent | 476682af2d4a9438026e69b6c1f3500c19f2f200 [diff] |
Add custom 'install' command class CFFIBuild adds ext_modules late in the configuration phase. However, distutils default 'install' command also parses setup.py and thus misses that cffi contains several extension modules rather than being pure. As a consequence, add a CFFIInstall with a proper finalize_options method and use it.