[Python-modules-commits] [python-patch] 06/07: add the setup.py file

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue Nov 29 07:11:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

paolog-guest pushed a commit to branch master
in repository python-patch.

commit 5f8bb5fe0bc27821d20dc9821be21c6089df6a65
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue Nov 29 07:02:27 2016 +0000

    add the setup.py file
---
 setup.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..0307afd
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,18 @@
+from distutils.core import setup
+
+setup(
+    name='patch',
+    version='1.16',
+    author='anatoly techtonik <techtonik at gmail.com>',
+    url='https://github.com/techtonik/python-patch/',
+
+    description='Patch utility to apply unified diffs',
+    license='MIT',
+
+    py_modules=['patch'],
+
+    classifiers=[
+        'Classifier: Programming Language :: Python :: 2',
+        'Classifier: Programming Language :: Python :: 3',
+    ],
+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-patch.git



More information about the Python-modules-commits mailing list