ya.make 327 B

123456789101112131415161718192021222324
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(15.1.0)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. constantly/__init__.py
  9. constantly/_constants.py
  10. constantly/_version.py
  11. )
  12. RESOURCE_FILES(
  13. PREFIX contrib/python/constantly/py2/
  14. .dist-info/METADATA
  15. .dist-info/top_level.txt
  16. )
  17. END()