def common_wheels(): """Provide a directory with latest setuptools and wheel wheels""" return DATA_DIR.joinpath('common_wheels')
def common_wheels(): """Provide a directory with latest setuptools and wheel wheels""" return DATA_DIR.join('common_wheels')