Skip to content

Commit

Permalink
Add note to not use PyCPS externally
Browse files Browse the repository at this point in the history
Add a note that the PyCPS "cps" module is LGPL and therefore we don't
want to use it externally (accompanied by explicitly settings its
visibility). We don't expect that Drake would ever use it at other than
build time anyway.
  • Loading branch information
mwoehlke-kitware committed May 4, 2017
1 parent b8a25ea commit 37956bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pycps.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ py_library(
name = "cps",
srcs = ["cps.py"],
deps = ["@semantic_version//:semantic_version"],
visibility = ["//visibility:private"], # LGPL; don't use externally
)

py_binary(
Expand Down

0 comments on commit 37956bd

Please sign in to comment.