# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(1.1.1)

LICENSE(MIT)

PEERDIR(
    contrib/python/pytest
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    pytest_lazy_fixtures/__init__.py
    pytest_lazy_fixtures/lazy_fixture.py
    pytest_lazy_fixtures/lazy_fixture_callable.py
    pytest_lazy_fixtures/loader.py
    pytest_lazy_fixtures/normalizer.py
    pytest_lazy_fixtures/plugin.py
)

RESOURCE_FILES(
    PREFIX contrib/python/pytest-lazy-fixtures/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    pytest_lazy_fixtures/py.typed
)

END()