spacepaste

diff -r 93e213825746 setup.py
a/setup.py [Thu Feb 15 09:21:50 2018 +0100]
b/setup.py [Fri Feb 16 09:25:13 2018 +0100]
2 2 import subprocess
3 3 import errno
4 4
5 # on Windows we give up an always import setuptools to fix things for us
6 if sys.platform == "win32":
7 import setuptools
8
5 9
6 10 sources = ['c/_cffi_backend.c']
7 11 libraries = ['ffi']