ya.make 448 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.7.7)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/aiohttp
  7. contrib/python/packaging
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. aioresponses/__init__.py
  13. aioresponses/compat.py
  14. aioresponses/core.py
  15. )
  16. RESOURCE_FILES(
  17. PREFIX contrib/python/aioresponses/
  18. .dist-info/METADATA
  19. .dist-info/top_level.txt
  20. aioresponses/py.typed
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )