aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/attrs/py2/ya.make
blob: da4fda93c9e82d85f57dde229951162e3ab97c67 (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
32
33
34
35
36
37
38
39
40
41
42
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(21.2.0)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    attr/__init__.py
    attr/__init__.pyi
    attr/_cmp.py
    attr/_cmp.pyi
    attr/_compat.py
    attr/_config.py
    attr/_funcs.py
    attr/_make.py
    attr/_version_info.py
    attr/_version_info.pyi
    attr/converters.py
    attr/converters.pyi
    attr/exceptions.py
    attr/exceptions.pyi
    attr/filters.py
    attr/filters.pyi
    attr/setters.py
    attr/setters.pyi
    attr/validators.py
    attr/validators.pyi
)

RESOURCE_FILES(
    PREFIX contrib/python/attrs/py2/
    .dist-info/METADATA
    .dist-info/top_level.txt
    attr/py.typed
)

END()