blob: 94a89314ee0e6656f07d40f72f8a6fe2bbafd01d [file] [log] [blame] [edit]
# Files needed for Bazel to build the C++ bindings when creating a package
# distribution. Note that this file is used when creating distributions with
# "python setup.py sdist" or "python setup.py bdist_wheel".
include requirements.in
include requirements_awskms.in
include requirements_gcpkms.in
# Required by tink_py_deps_init.bzl.
include requirements_all.txt
include .bazelrc
include .bazelversion
include VERSION
include WORKSPACE
include BUILD.bazel
include tink_py_deps.bzl
include tink_py_deps_init.bzl
# Collect all sources needed for build
graft tink
graft tools