blob: 4503df671f3033b4244481502fa4b1a0eebfc2f8 [file] [log] [blame]
python_library(
name = 'pkg_resources',
base_module = '',
srcs = [
'pkg_resources.py',
],
visibility = [
'PUBLIC',
],
)
export_file(
name = 'pkg_resources.py',
visibility = [
'PUBLIC',
],
)