ya.make 341 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.4.5)
  4. LICENSE(MIT-0)
  5. PEERDIR(
  6. contrib/python/asn1crypto
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. scramp/__init__.py
  12. scramp/core.py
  13. scramp/utils.py
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/scramp/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. )
  20. END()