diff options
author | shadchin <shadchin@yandex-team.com> | 2023-12-08 17:43:34 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-12-08 20:15:01 +0300 |
commit | 213cda016d72c7d8d0e55ac7a7351959fa6ca2b8 (patch) | |
tree | a0a9170141dd91d1ff0727c0faa1af58d7b81133 /contrib/python/cppy/ya.make | |
parent | 914f57e3243f53dd89dd3adb4d8b6d35c47f46ce (diff) | |
download | ydb-213cda016d72c7d8d0e55ac7a7351959fa6ca2b8.tar.gz |
Update kiwisolver to 1.2.0
Diffstat (limited to 'contrib/python/cppy/ya.make')
-rw-r--r-- | contrib/python/cppy/ya.make | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/python/cppy/ya.make b/contrib/python/cppy/ya.make new file mode 100644 index 0000000000..8a38da1124 --- /dev/null +++ b/contrib/python/cppy/ya.make @@ -0,0 +1,27 @@ +# Generated by devtools/yamaker (pypi). + +PY3_LIBRARY() + +VERSION(1.2.1) + +LICENSE(BSD-3-Clause) + +PEERDIR( + contrib/python/setuptools +) + +NO_LINT() + +PY_SRCS( + TOP_LEVEL + cppy/__init__.py + cppy/version.py +) + +RESOURCE_FILES( + PREFIX contrib/python/cppy/ + .dist-info/METADATA + .dist-info/top_level.txt +) + +END() |