``` python_library( dependencies = [ ':myfil...
# general
h
Copy code
python_library(
  dependencies = [
    ':myfiles',
    '3rdparty/python:setuptools`
  ]
)

resources(
  name = 'myfiles',
  sources = globs(*.json')
)
👍 2
a
I figure it out:D but it was so late in my time zone so I forget write it here.
but, thank you!
👌 1