12345678910111213141516171819202122232425262728293031323334 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(0.7.7)
- LICENSE(MIT)
- PEERDIR(
- contrib/python/aiohttp
- contrib/python/packaging
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- aioresponses/__init__.py
- aioresponses/compat.py
- aioresponses/core.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/aioresponses/
- .dist-info/METADATA
- .dist-info/top_level.txt
- aioresponses/py.typed
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|