ya.make 479 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. SUBSCRIBER(manushkin g:python-contrib)
  4. VERSION(3.10.0)
  5. LICENSE(BSD-3-Clause)
  6. PEERDIR(
  7. contrib/python/wcwidth
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. prettytable/__init__.py
  13. prettytable/colortable.py
  14. prettytable/prettytable.py
  15. )
  16. RESOURCE_FILES(
  17. PREFIX contrib/python/prettytable/py3/
  18. .dist-info/METADATA
  19. .dist-info/top_level.txt
  20. prettytable/py.typed
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )