diff options
author | AlexSm <alex@ydb.tech> | 2023-12-27 23:31:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:31:58 +0100 |
commit | d67bfb4b4b7549081543e87a31bc6cb5c46ac973 (patch) | |
tree | 8674f2f1570877cb653e7ddcff37ba00288de15a /contrib/python/olefile/py3/ya.make | |
parent | 1f6bef05ed441c3aa2d565ac792b26cded704ac7 (diff) | |
download | ydb-d67bfb4b4b7549081543e87a31bc6cb5c46ac973.tar.gz |
Import libs 4 (#758)
Diffstat (limited to 'contrib/python/olefile/py3/ya.make')
-rw-r--r-- | contrib/python/olefile/py3/ya.make | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/olefile/py3/ya.make b/contrib/python/olefile/py3/ya.make index 085f594332..33e0be14d2 100644 --- a/contrib/python/olefile/py3/ya.make +++ b/contrib/python/olefile/py3/ya.make @@ -2,14 +2,15 @@ PY3_LIBRARY() -VERSION(0.46) +VERSION(0.47) -LICENSE(BSD-3-Clause AND PIL) +LICENSE(BSD-2-Clause AND PIL) NO_LINT() PY_SRCS( TOP_LEVEL + OleFileIO_PL.py olefile/__init__.py olefile/olefile.py ) |