blob: 1677b7b74dd920f5ca54f338d3e5ba16e7e1f819 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(1.3.0.post0)
LICENSE(Apache-2.0 AND BSD-3-Clause AND MIT AND "MIT OR Apache-2.0")
PEERDIR(
contrib/python/attrs
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
outcome/__init__.py
outcome/_impl.py
outcome/_util.py
outcome/_version.py
)
RESOURCE_FILES(
PREFIX contrib/python/outcome/
.dist-info/METADATA
.dist-info/top_level.txt
outcome/py.typed
)
END()
|