Home | History | Annotate | Download | only in python
      1 licenses(["notice"])  # New BSD, Python Software Foundation
      2 
      3 package(default_visibility = ["//visibility:public"])
      4 
      5 alias(
      6     name = "python_headers",
      7     actual = "@local_config_python//:python_headers",
      8 )
      9