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