1# Files needed for Bazel to build the C++ bindings when creating a package 2# distribution. Note that this file is used when creating distributions with 3# "python setup.py sdist" or "python setup.py bdist_wheel". 4include requirements.in 5include requirements.txt 6include .bazelrc 7include .bazelversion 8include VERSION 9include WORKSPACE 10include BUILD.bazel 11include tink_py_deps.bzl 12include tink_py_deps_init.bzl 13 14# Collect all sources needed for build 15graft tink 16graft tools 17