ya.make 147 B

123456789101112131415
  1. SUBSCRIBER(g:ymake)
  2. PY23_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. __init__.py=lib.test_const
  6. )
  7. PEERDIR(
  8. build/plugins/lib/test_const
  9. )
  10. END()