big-fall-21784
12/14/2017, 11:44 PMpython_library(
name='notifications_client',
dependencies=[
"foo",
"bar",
"baz", # error comes form one of these
],
sources=globs('*.py'),
provides=setup_py(
name='client',
version='0.0.1',
license='Apache License, Version 2.0',
zip_safe=True,
),
)