summaryrefslogtreecommitdiff
path: root/scipy_test/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'scipy_test/setup.py')
-rwxr-xr-xscipy_test/setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scipy_test/setup.py b/scipy_test/setup.py
deleted file mode 100755
index 31c37e734..000000000
--- a/scipy_test/setup.py
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-from setup_scipy_test import install_package
-
-if __name__ == '__main__':
- install_package()