Tweaking
This commit is contained in:
parent
1f3854317c
commit
be1956f2f4
2 changed files with 9 additions and 15 deletions
|
@ -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",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue