ya.make 150 B

12345678910111213141516
  1. SUBSCRIBER(g:frontend-build-platform)
  2. PY3_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. __init__.py
  6. semver.py
  7. )
  8. END()
  9. RECURSE_FOR_TESTS(
  10. tests
  11. )