ya.make 373 B

12345678910111213141516171819202122232425262728293031
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(1.0.1)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/setuptools
  7. contrib/python/wcwidth
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. prettytable.py
  13. )
  14. RESOURCE_FILES(
  15. PREFIX contrib/python/prettytable/py2/
  16. .dist-info/METADATA
  17. .dist-info/top_level.txt
  18. )
  19. END()
  20. RECURSE_FOR_TESTS(
  21. tests
  22. )