diff options
Diffstat (limited to 'contrib/python/patch')
| -rw-r--r-- | contrib/python/patch/.dist-info/METADATA | 13 | ||||
| -rw-r--r-- | contrib/python/patch/ya.make | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/contrib/python/patch/.dist-info/METADATA b/contrib/python/patch/.dist-info/METADATA index 033c752a098..5b9a6b2ffd6 100644 --- a/contrib/python/patch/.dist-info/METADATA +++ b/contrib/python/patch/.dist-info/METADATA @@ -1,15 +1,12 @@ Metadata-Version: 2.1 Name: patch Version: 1.16 -Summary: Patch utility to apply unified diffs +Author: anatoly techtonik +Author-email: techtonik at gmail com Home-page: https://github.com/techtonik/python-patch/ -Author: anatoly techtonik <[email protected]> -Author-email: UNKNOWN -License: MIT -Platform: UNKNOWN -Classifier: Classifier: Programming Language :: Python :: 2 -Classifier: Classifier: Programming Language :: Python :: 3 +Summary: Library to parse and apply unified diffs +License: MIT License -UNKNOWN +### Features diff --git a/contrib/python/patch/ya.make b/contrib/python/patch/ya.make index 40e00747013..319e7c7cef9 100644 --- a/contrib/python/patch/ya.make +++ b/contrib/python/patch/ya.make @@ -1,3 +1,5 @@ +# Generated by devtools/yamaker (pypi). + PY3_LIBRARY() VERSION(1.16) |
