blob: 99efd9f54244863b0aa9acefb110c8433b40514c [file] [log] [blame]
python_library(
name = 'twitter-commons',
base_module = '',
srcs = glob(['**/*.py']),
deps = [
'//third-party/py/setuptools:pkg_resources',
],
visibility = [
'PUBLIC',
],
)