# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(4.4.2)

LICENSE(BSD-3-Clause)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    decorator.py
)

RESOURCE_FILES(
    PREFIX contrib/python/decorator/py2/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()

RECURSE_FOR_TESTS(
    tests
)