Remove obsolete OWNERS and add hypan@

This increases the bus-factor for this repo from 2 to 3.

Bug: None
Change-Id: Ica91c83b1e914de5f1525a63d8282a102859aa7f
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/5459690
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Haiyang Pan <hypan@google.com>
Auto-Submit: Peter Wen <wnwen@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: 38e99b1621185a7010f29cdec90efbd358761fca
1 file changed
tree: 2032a0aec06bd24bc30a301ed3c945c35c3fd706
  1. libs/
  2. tests/
  3. third_party/
  4. utils/
  5. .gitignore
  6. auth.py
  7. cipd.py
  8. errors.py
  9. LICENSE
  10. local_caching.py
  11. LUCI_CONTEXT.md
  12. OWNERS
  13. PRESUBMIT.py
  14. README.md
  15. README.py
  16. run_isolated.py
  17. swarming.py
  18. test.py
  19. unittest.cfg
  20. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.