summaryrefslogtreecommitdiff
path: root/testing/snippets/infrastructure/setup.py
blob: ea89f502d2bcb3abb09dc5625dceda4ede0d17a7 (plain)
1
2
3
4
5

from distutils.core import setup

setup(packages=['snip_infrastructure'],
      requires=['cffi'])