1234567891011121314151617181920212223242526272829303132 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- PROVIDES(freezegun)
- VERSION(1.5.1)
- LICENSE(Apache-2.0)
- PEERDIR(
- contrib/python/python-dateutil
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- freezegun/__init__.py
- freezegun/_async.py
- freezegun/api.py
- freezegun/config.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/freezegun/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
- freezegun/py.typed
- )
- END()
|