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", name="yamlschema",
srcs=glob(["src/python/**/*.py"]), lib_deps=[
imports=[
"src/python",
],
deps=[
py_requirement("PyYAML"), py_requirement("PyYAML"),
], ],
) test_data=glob(["*.json", "*.yaml"]),
py_pytest(
name="test_yamlschema",
srcs=glob(["test/python/test_*.py"]),
data=glob(["*.json", "*.yaml"]),
deps=[
":yamlschema",
],
) )

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.