This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 20:03:48 -06:00
parent 1f3854317c
commit be1956f2f4
2 changed files with 9 additions and 15 deletions

View file

@ -1,19 +1,7 @@
py_library(
py_project(
name="yamlschema",
srcs=glob(["src/python/**/*.py"]),
imports=[
"src/python",
],
deps=[
lib_deps=[
py_requirement("PyYAML"),
],
)
py_pytest(
name="test_yamlschema",
srcs=glob(["test/python/test_*.py"]),
data=glob(["*.json", "*.yaml"]),
deps=[
":yamlschema",
],
test_data=glob(["*.json", "*.yaml"]),
)

View file

@ -44,3 +44,9 @@ As conveniences, yamlschema gives you a couple entrypoints that handle construct
)
]
```
## LICENSE
Copyright Reid 'arrdem' McKenzie August 2021.
Published under the terms of the MIT license.