aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/importlib-resources/ya.make
blob: c7ba0d70fcbe979eecb2a0d162a9bc1ea5c9da26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY()

LICENSE(Apache-2.0)

# The code is not taken from upstream. An analogue of version 1.0.2 has been implemented. See CONTRIB-1203
VERSION(1.0.2)

PY_SRCS(
    TOP_LEVEL
    importlib_resources/__init__.py
)

NO_LINT()

END()