aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/argcomplete/py3/ya.make
blob: e2cc4f6540978dfdd29941ca8d5a75f21aededf2 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(3.4.0)

LICENSE(Apache-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    argcomplete/__init__.py
    argcomplete/_check_console_script.py
    argcomplete/_check_module.py
    argcomplete/completers.py
    argcomplete/exceptions.py
    argcomplete/finders.py
    argcomplete/io.py
    argcomplete/lexers.py
    argcomplete/packages/__init__.py
    argcomplete/packages/_argparse.py
    argcomplete/packages/_shlex.py
    argcomplete/shell_integration.py
)

RESOURCE_FILES(
    PREFIX contrib/python/argcomplete/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
    argcomplete/bash_completion.d/_python-argcomplete
    argcomplete/py.typed
)

END()