diff options
Diffstat (limited to 'python/python-patch/setup.py')
-rw-r--r-- | python/python-patch/setup.py | 3 |
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 0000000000..9d6751c3cf --- /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'], ) |