diff options
author | shumkovnd <shumkovnd@yandex-team.com> | 2023-11-10 14:39:34 +0300 |
---|---|---|
committer | shumkovnd <shumkovnd@yandex-team.com> | 2023-11-10 16:42:24 +0300 |
commit | 77eb2d3fdcec5c978c64e025ced2764c57c00285 (patch) | |
tree | c51edb0748ca8d4a08d7c7323312c27ba1a8b79a /contrib/python/olefile/py3/ya.make | |
parent | dd6d20cadb65582270ac23f4b3b14ae189704b9d (diff) | |
download | ydb-77eb2d3fdcec5c978c64e025ced2764c57c00285.tar.gz |
KIKIMR-19287: add task_stats_drawing script
Diffstat (limited to 'contrib/python/olefile/py3/ya.make')
-rw-r--r-- | contrib/python/olefile/py3/ya.make | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/python/olefile/py3/ya.make b/contrib/python/olefile/py3/ya.make new file mode 100644 index 0000000000..085f594332 --- /dev/null +++ b/contrib/python/olefile/py3/ya.make @@ -0,0 +1,23 @@ +# Generated by devtools/yamaker (pypi). + +PY3_LIBRARY() + +VERSION(0.46) + +LICENSE(BSD-3-Clause AND PIL) + +NO_LINT() + +PY_SRCS( + TOP_LEVEL + olefile/__init__.py + olefile/olefile.py +) + +RESOURCE_FILES( + PREFIX contrib/python/olefile/py3/ + .dist-info/METADATA + .dist-info/top_level.txt +) + +END() |