ya.make 487 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(10.4.0)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. more_itertools/__init__.py
  9. more_itertools/__init__.pyi
  10. more_itertools/more.py
  11. more_itertools/more.pyi
  12. more_itertools/recipes.py
  13. more_itertools/recipes.pyi
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/more-itertools/py3/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. more_itertools/py.typed
  20. )
  21. END()
  22. RECURSE_FOR_TESTS(
  23. tests
  24. )