aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/toml/ya.make
blob: 1384b00b76443c513205bd599ab29fef51460cc9 (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
24
25
26
27
28
29
30
31
OWNER(g:python-contrib)

PY23_LIBRARY() 

LICENSE(MIT)

VERSION(0.10.2)

PY_SRCS(
    TOP_LEVEL
    toml/__init__.py
    toml/decoder.py
    toml/encoder.py
    toml/ordered.py
    toml/tz.py
)

RESOURCE_FILES(
    PREFIX contrib/python/toml/
    .dist-info/METADATA
    .dist-info/top_level.txt
    toml/__init__.pyi
    toml/decoder.pyi
    toml/encoder.pyi
    toml/ordered.pyi
    toml/tz.pyi
)

NO_LINT()

END()