blob: 0497140cbc2b639e040237c031c3c9efdbadad80 (
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(1.5.4)
LICENSE(ISC)
NO_LINT()
NO_CHECK_IMPORTS(
shellingham.nt
)
PY_SRCS(
TOP_LEVEL
shellingham/__init__.py
shellingham/_core.py
shellingham/nt.py
shellingham/posix/__init__.py
shellingham/posix/_core.py
shellingham/posix/proc.py
shellingham/posix/ps.py
)
RESOURCE_FILES(
PREFIX contrib/python/shellingham/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|