ya.make 302 B

1234567891011121314151617181920212223
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(6.0.1)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. jaraco/context/__init__.py
  9. )
  10. RESOURCE_FILES(
  11. PREFIX contrib/python/jaraco.context/
  12. .dist-info/METADATA
  13. .dist-info/top_level.txt
  14. jaraco/context/py.typed
  15. )
  16. END()