aboutsummaryrefslogtreecommitdiff
path: root/python/python-patch/setup.py
diff options
context:
space:
mode:
authorAndre Barboza <bmg.andre@gmail.com>2016-08-09 16:05:03 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commitac818b091eb0d2992722083503a5c78fc80f34d2 (patch)
treef432e0e14b4e74697c86233977ad1514a39181e0 /python/python-patch/setup.py
parent9e9270ea8b6b3d8d129e1f74562e0616ae9d45c6 (diff)
python/python-patch: Added (library to parse+apply unified diffs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-patch/setup.py')
-rw-r--r--python/python-patch/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-patch/setup.py b/python/python-patch/setup.py
new file mode 100644
index 000000000000..9d6751c3cfed
--- /dev/null
+++ b/python/python-patch/setup.py
@@ -0,0 +1,3 @@
+from distutils.core import setup
+
+setup(name='patch', version='1.16', py_modules=['patch'], )