Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions release/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
licenses(["notice"])

sh_binary(
name = "build_pip_package",
srcs = ["build_pip_package.sh"],
Expand Down
2 changes: 2 additions & 0 deletions tensorflow_quantum/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])
2 changes: 2 additions & 0 deletions tensorflow_quantum/core/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])
2 changes: 2 additions & 0 deletions tensorflow_quantum/datasets/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])

Expand Down
2 changes: 2 additions & 0 deletions tensorflow_quantum/python/layers/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])
2 changes: 2 additions & 0 deletions tensorflow_quantum/python/layers/circuit_construction/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])

Expand Down
2 changes: 2 additions & 0 deletions tensorflow_quantum/python/layers/circuit_executors/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])

Expand Down
2 changes: 2 additions & 0 deletions tensorflow_quantum/python/layers/high_level/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package(default_visibility = ["//visibility:public"])

licenses(["notice"])

# Export for the PIP package.
exports_files(["__init__.py"])

Expand Down