diff options
author | shadchin <shadchin@yandex-team.com> | 2023-06-25 22:25:30 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-06-25 22:25:30 +0300 |
commit | 46a31dca7b2edaf6aa9b7c4e4bc60357d13ab81c (patch) | |
tree | 468e15010e717adb21cbbda8bb4839fc8b2374fc | |
parent | d72e335b04a09eb5303cf0994c29c327556d8a93 (diff) | |
download | ydb-46a31dca7b2edaf6aa9b7c4e4bc60357d13ab81c.tar.gz |
Simplify generate RESOURCE_FILES for Python
-rw-r--r-- | contrib/tools/cython/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tools/cython/ya.make b/contrib/tools/cython/ya.make index 50277f428e..91168abf2c 100644 --- a/contrib/tools/cython/ya.make +++ b/contrib/tools/cython/ya.make @@ -17,4 +17,11 @@ ORIGINAL_SOURCE(mirror://pypi/C/Cython/Cython-0.29.35.tar.gz) NO_LINT() +RESOURCE_FILES( + PREFIX contrib/tools/cython/ + .dist-info/METADATA + .dist-info/entry_points.txt + .dist-info/top_level.txt +) + END() |