1234567891011121314151617181920212223242526 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(3.4.0)
- LICENSE(PSF-2.0)
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- concurrent/__init__.py
- concurrent/futures/__init__.py
- concurrent/futures/_base.py
- concurrent/futures/process.py
- concurrent/futures/thread.py
- )
- RESOURCE_FILES(
- PREFIX contrib/deprecated/python/futures/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|