aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/toml/ya.make
blob: 568e5b8b7d428cfa3d85f94fbb343440a2f08961 (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()