aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/patch/ya.make
blob: 40e007470130a147b80f38ca47148ab5c21b8090 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PY3_LIBRARY()

VERSION(1.16)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    patch.py
)

RESOURCE_FILES(
    PREFIX contrib/python/patch/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()