7 lines
135 B
Text
7 lines
135 B
Text
py_project(
|
|
name="yamlschema",
|
|
lib_deps=[
|
|
py_requirement("PyYAML"),
|
|
],
|
|
test_data=glob(["*.json", "*.yaml"]),
|
|
)
|