13 lines
240 B (Stored with Git LFS)
Text
13 lines
240 B (Stored with Git LFS)
Text
# Description: Pasta, AST based python refactoring.
|
|
|
|
licenses(["notice"]) # Apache2
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
py_library(
|
|
name = "pasta",
|
|
visibility = ["//visibility:public"],
|
|
)
|