aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ptyprocess/ya.make
diff options
context:
space:
mode:
authorMikhail Borisov <borisov.mikhail@gmail.com>2022-02-10 16:45:39 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:39 +0300
commita6a92afe03e02795227d2641b49819b687f088f8 (patch)
treef6984a1d27d5a7ec88a6fdd6e20cd5b7693b6ece /contrib/python/ptyprocess/ya.make
parentc6dc8b8bd530985bc4cce0137e9a5de32f1087cb (diff)
downloadydb-a6a92afe03e02795227d2641b49819b687f088f8.tar.gz
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/ptyprocess/ya.make')
-rw-r--r--contrib/python/ptyprocess/ya.make20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/python/ptyprocess/ya.make b/contrib/python/ptyprocess/ya.make
index 5e780214f2..b80a63187e 100644
--- a/contrib/python/ptyprocess/ya.make
+++ b/contrib/python/ptyprocess/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker (pypi).
PY23_LIBRARY()
-
+
OWNER(borman g:python-contrib)
VERSION(0.7.0)
@@ -10,18 +10,18 @@ LICENSE(ISC)
NO_LINT()
-PY_SRCS(
- TOP_LEVEL
- ptyprocess/__init__.py
- ptyprocess/_fork_pty.py
- ptyprocess/ptyprocess.py
- ptyprocess/util.py
-)
-
+PY_SRCS(
+ TOP_LEVEL
+ ptyprocess/__init__.py
+ ptyprocess/_fork_pty.py
+ ptyprocess/ptyprocess.py
+ ptyprocess/util.py
+)
+
RESOURCE_FILES(
PREFIX contrib/python/ptyprocess/
.dist-info/METADATA
.dist-info/top_level.txt
)
-END()
+END()