summaryrefslogtreecommitdiffstats
path: root/contrib/python/ordered-set/ya.make
blob: 2d052f4c9f4693f43e92ce5632a473a0eaa38669 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(4.1.0)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    ordered_set/__init__.py
)

RESOURCE_FILES(
    PREFIX contrib/python/ordered-set/
    .dist-info/METADATA
    .dist-info/top_level.txt
    ordered_set/py.typed
)

END()