12345678910111213141516171819202122232425262728293031 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(0.10.2)
- LICENSE(MIT)
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- toml/__init__.py
- toml/__init__.pyi
- toml/decoder.py
- toml/decoder.pyi
- toml/encoder.py
- toml/encoder.pyi
- toml/ordered.py
- toml/ordered.pyi
- toml/tz.py
- toml/tz.pyi
- )
- RESOURCE_FILES(
- PREFIX contrib/python/toml/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|