aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/ya.make
blob: b3c5092c7167cf00107435c185a4f7da23e1c117 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OWNER(g:yatool)

PY23_LIBRARY()

PY_SRCS(
    __init__.py
)

IF (OS_DARWIN)
    PY_SRCS(
        clonefile.pyx
    )
ENDIF()

PEERDIR(
    library/python/func
    library/python/strings
    library/python/windows
)

END()

RECURSE_FOR_TESTS(test)