1 2from distutils.core import setup 3 4setup(packages=['snip_infrastructure'], 5 requires=['cffi']) 6