summaryrefslogtreecommitdiff
path: root/testing/cffi0/snippets/infrastructure/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cffi0/snippets/infrastructure/setup.py')
-rw-r--r--testing/cffi0/snippets/infrastructure/setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/cffi0/snippets/infrastructure/setup.py b/testing/cffi0/snippets/infrastructure/setup.py
deleted file mode 100644
index ea89f50..0000000
--- a/testing/cffi0/snippets/infrastructure/setup.py
+++ /dev/null
@@ -1,5 +0,0 @@
-
-from distutils.core import setup
-
-setup(packages=['snip_infrastructure'],
- requires=['cffi'])