ya.make 435 B

12345678910111213141516171819202122232425262728293031
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.10.2)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. toml/__init__.py
  9. toml/__init__.pyi
  10. toml/decoder.py
  11. toml/decoder.pyi
  12. toml/encoder.py
  13. toml/encoder.pyi
  14. toml/ordered.py
  15. toml/ordered.pyi
  16. toml/tz.py
  17. toml/tz.pyi
  18. )
  19. RESOURCE_FILES(
  20. PREFIX contrib/python/toml/py3/
  21. .dist-info/METADATA
  22. .dist-info/top_level.txt
  23. )
  24. END()