github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/pasta/BUILD.system (about) 1 # Description: Pasta, AST based python refactoring. 2 3 licenses(["notice"]) # Apache2 4 5 filegroup( 6 name = "LICENSE", 7 visibility = ["//visibility:public"], 8 ) 9 10 py_library( 11 name = "pasta", 12 visibility = ["//visibility:public"], 13 )