aboutsummaryrefslogtreecommitdiff
path: root/python/python-patch/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-patch/setup.py')
-rw-r--r--python/python-patch/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-patch/setup.py b/python/python-patch/setup.py
deleted file mode 100644
index 9d6751c3cf..0000000000
--- a/python/python-patch/setup.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from distutils.core import setup
-
-setup(name='patch', version='1.16', py_modules=['patch'], )