| commit | 53c7bdd50be8258f654ffb0ab4877c2f9fd888ed | [log] [tgz] |
|---|---|---|
| author | UebelAndre <github@uebelandre.com> | Sun Jan 30 15:15:40 2022 -0800 |
| committer | GitHub <noreply@github.com> | Sun Jan 30 15:15:40 2022 -0800 |
| tree | 10263f876316cb5fd08ca3cb725b919cb7bd28db | |
| parent | f99ea2a13f1b2a0b52b24dc011ed5d610fc9f8d4 [diff] [blame] |
Use `@rules_python//python/runfiles` for examples and tests (#614) Co-authored-by: Alex Eagle <eagle@post.harvard.edu>
diff --git a/examples/pip_parse/WORKSPACE b/examples/pip_parse/WORKSPACE index be1c8c7..986e4fb 100644 --- a/examples/pip_parse/WORKSPACE +++ b/examples/pip_parse/WORKSPACE
@@ -1,4 +1,4 @@ -workspace(name = "example_repo") +workspace(name = "rules_python_pip_parse_example") local_repository( name = "rules_python",