blob: 2d3b3148c0422e47e87669848a949c3c67b59a22 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(0.1.6)
LICENSE(BSD-3-Clause)
PEERDIR(
contrib/python/traitlets
)
NO_LINT()
NO_CHECK_IMPORTS(
matplotlib_inline.*
)
PY_SRCS(
TOP_LEVEL
matplotlib_inline/__init__.py
matplotlib_inline/backend_inline.py
matplotlib_inline/config.py
)
RESOURCE_FILES(
PREFIX contrib/python/matplotlib-inline/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|