ya.make 449 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.3.0)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. pluggy/__init__.py
  9. pluggy/_callers.py
  10. pluggy/_hooks.py
  11. pluggy/_manager.py
  12. pluggy/_result.py
  13. pluggy/_tracing.py
  14. pluggy/_version.py
  15. )
  16. RESOURCE_FILES(
  17. PREFIX contrib/python/pluggy/py3/
  18. .dist-info/METADATA
  19. .dist-info/top_level.txt
  20. pluggy/py.typed
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )