ya.make 263 B

1234567891011121314151617181920212223242526
  1. OWNER(g:python-contrib)
  2. PY23_LIBRARY()
  3. LICENSE(MIT)
  4. VERSION(1.16.0)
  5. PY_SRCS(
  6. TOP_LEVEL
  7. six.py
  8. )
  9. RESOURCE_FILES(
  10. PREFIX contrib/python/six/
  11. .dist-info/METADATA
  12. .dist-info/top_level.txt
  13. )
  14. NO_LINT()
  15. END()
  16. RECURSE_FOR_TESTS(
  17. tests
  18. )