py_project(
    name="yamlschema",
    lib_deps=[
        py_requirement("PyYAML"),
    ],
    test_data=glob(["*.json", "*.yaml"]),
)