ya.make 357 B

123456789101112131415161718192021222324252627
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(5.1.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/jaraco.text
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. jaraco/collections/__init__.py
  12. )
  13. RESOURCE_FILES(
  14. PREFIX contrib/python/jaraco.collections/
  15. .dist-info/METADATA
  16. .dist-info/top_level.txt
  17. jaraco/collections/py.typed
  18. )
  19. END()