ya.make 557 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(0.5.1.post0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/Werkzeug
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. pytest_localserver/__init__.py
  12. pytest_localserver/http.py
  13. pytest_localserver/https.py
  14. pytest_localserver/plugin.py
  15. pytest_localserver/smtp.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/pytest-localserver/py2/
  19. .dist-info/METADATA
  20. .dist-info/entry_points.txt
  21. .dist-info/top_level.txt
  22. pytest_localserver/server.pem
  23. )
  24. END()
  25. RECURSE_FOR_TESTS(
  26. tests
  27. )