ya.make 411 B

123456789101112131415161718192021222324252627282930
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.13.3)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. typeguard/__init__.py
  9. typeguard/importhook.py
  10. typeguard/pytest_plugin.py
  11. )
  12. RESOURCE_FILES(
  13. PREFIX contrib/python/typeguard/
  14. .dist-info/METADATA
  15. .dist-info/entry_points.txt
  16. .dist-info/top_level.txt
  17. typeguard/py.typed
  18. )
  19. END()
  20. RECURSE_FOR_TESTS(
  21. tests
  22. )