ya.make 317 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. SUBSCRIBER(g:python-contrib)
  4. VERSION(2.2.1)
  5. LICENSE(MIT)
  6. NO_LINT()
  7. PY_SRCS(
  8. TOP_LEVEL
  9. cookies.py
  10. )
  11. RESOURCE_FILES(
  12. PREFIX contrib/python/cookies/py3/
  13. .dist-info/METADATA
  14. .dist-info/top_level.txt
  15. )
  16. END()
  17. RECURSE_FOR_TESTS(
  18. tests
  19. )