blob: b5e3efddec6609af2e82af0b8ece8b93108fab45 (
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
33
34
35
36
37
38
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(4.0.0)
LICENSE(MIT)
PEERDIR(
contrib/python/jaraco.context
contrib/python/jaraco.functools
contrib/python/more-itertools
)
NO_LINT()
NO_CHECK_IMPORTS(
jaraco.text.show-newlines
)
PY_SRCS(
TOP_LEVEL
jaraco/text/__init__.py
jaraco/text/layouts.py
jaraco/text/show-newlines.py
jaraco/text/strip-prefix.py
jaraco/text/to-dvorak.py
jaraco/text/to-qwerty.py
)
RESOURCE_FILES(
PREFIX contrib/python/jaraco.text/
.dist-info/METADATA
.dist-info/top_level.txt
jaraco/text/Lorem_ipsum.txt
)
END()
|