aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2022-08-22 18:30:32 -0700
committerTensorFlow Release Automation <jenkins@tensorflow.org>2022-08-25 07:57:23 +0000
commited318a9636f6c7bbcdd83b275c3da3cd9b7cf009 (patch)
tree8ca4f47418ad84c72bc2f3963fd890c4295657f7
parentf5411e998c29fc0ec2bc8ff072782bf85aad7234 (diff)
downloadtensorflow-ed318a9636f6c7bbcdd83b275c3da3cd9b7cf009.tar.gz
Updated the description in PyPI to mention 'TensorFlow is licensed under Apache 2.0.'upstream-r2.10-184ef0c9251
PiperOrigin-RevId: 469336512
-rw-r--r--tensorflow/tools/pip_package/setup.py3
-rw-r--r--tensorflow/tools/pip_package/setup_partner_builds.py9
2 files changed, 7 insertions, 5 deletions
diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py
index 2fa3a6989a3..8d5ae57d2be 100644
--- a/tensorflow/tools/pip_package/setup.py
+++ b/tensorflow/tools/pip_package/setup.py
@@ -25,7 +25,8 @@ of servers to mobile and edge devices.
Originally developed by researchers and engineers from the Google Brain team
within Google's AI organization, it comes with strong support for machine
learning and deep learning and the flexible numerical computation core is used
-across many other scientific domains.
+across many other scientific domains. TensorFlow is licensed under [Apache
+2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
"""
import fnmatch
diff --git a/tensorflow/tools/pip_package/setup_partner_builds.py b/tensorflow/tools/pip_package/setup_partner_builds.py
index 13401796662..1e144ae20aa 100644
--- a/tensorflow/tools/pip_package/setup_partner_builds.py
+++ b/tensorflow/tools/pip_package/setup_partner_builds.py
@@ -25,10 +25,11 @@ of servers to mobile and edge devices.
Originally developed by researchers and engineers from the Google Brain team
within Google's AI organization, it comes with strong support for machine
learning and deep learning and the flexible numerical computation core is used
-across many other scientific domains.
+across many other scientific domains.TensorFlow is licensed under [Apache
+2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
"""
# We use this to build installer wheels whose only job would be to install the
-# third-party TensorFlow packages from Google's official partners.
+# third-party TensorFlow packages from Google's official collaborators.
# Note: This is experimental for now and is used internally for testing.
import sys
@@ -59,8 +60,8 @@ if '--project_name' in sys.argv:
def standard_or_nightly(standard, nightly):
return nightly if 'tf_nightly' in project_name else standard
-# Install the trusted partner packages with the same version as the installer
-# wheel
+# Install the trusted collaborator packages with the same version as the
+# installer wheel
REQUIRED_PACKAGES = [
# Install the TensorFlow package built by AWS if the user is running
# Linux on an Aarch64 machine.