# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(2.4.0)

LICENSE(Apache-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    sortedcontainers/__init__.py
    sortedcontainers/sorteddict.py
    sortedcontainers/sortedlist.py
    sortedcontainers/sortedset.py
)

RESOURCE_FILES(
    PREFIX contrib/python/sortedcontainers/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()