unplugged-vendor/external/python/cffi/testing/cffi0/snippets/infrastructure/setup.py

6 lines
100 B
Python
Raw Normal View History

from distutils.core import setup
setup(packages=['snip_infrastructure'],
requires=['cffi'])