ya.make 357 B

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