ya.make 389 B

12345678910111213141516171819202122232425262728
  1. PY23_LIBRARY()
  2. VERSION(Service-proxy-version)
  3. LICENSE(Public-Domain)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. WITHOUT_LICENSE_TEXTS()
  6. SUBSCRIBER(g:yatool)
  7. NO_LINT()
  8. # Minimal set of the files required to support coverage (DEVTOOLS-4095)
  9. PY_SRCS(
  10. __init__.py
  11. Coverage.py
  12. Shadow.py
  13. Utils.py
  14. )
  15. PEERDIR(
  16. contrib/python/six
  17. library/python/resource
  18. )
  19. END()