Skip to content

Commit 63b4e23

Browse files
Merge pull request #57442 from tensorflow/r2.10-184ef0c9251
r2.10 cherry-pick: 184ef0c "Updated the description in PyPI to mention 'TensorFlow is licensed under Apache 2.0.'"
2 parents 0584eb5 + ed318a9 commit 63b4e23

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
Originally developed by researchers and engineers from the Google Brain team
2626
within Google's AI organization, it comes with strong support for machine
2727
learning and deep learning and the flexible numerical computation core is used
28-
across many other scientific domains.
28+
across many other scientific domains. TensorFlow is licensed under [Apache
29+
2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
2930
"""
3031

3132
import fnmatch

tensorflow/tools/pip_package/setup_partner_builds.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
Originally developed by researchers and engineers from the Google Brain team
2626
within Google's AI organization, it comes with strong support for machine
2727
learning and deep learning and the flexible numerical computation core is used
28-
across many other scientific domains.
28+
across many other scientific domains.TensorFlow is licensed under [Apache
29+
2.0](https://github.com/tensorflow/tensorflow/blob/master/LICENSE).
2930
"""
3031
# We use this to build installer wheels whose only job would be to install the
31-
# third-party TensorFlow packages from Google's official partners.
32+
# third-party TensorFlow packages from Google's official collaborators.
3233
# Note: This is experimental for now and is used internally for testing.
3334
import sys
3435

@@ -59,8 +60,8 @@
5960
def standard_or_nightly(standard, nightly):
6061
return nightly if 'tf_nightly' in project_name else standard
6162

62-
# Install the trusted partner packages with the same version as the installer
63-
# wheel
63+
# Install the trusted collaborator packages with the same version as the
64+
# installer wheel
6465
REQUIRED_PACKAGES = [
6566
# Install the TensorFlow package built by AWS if the user is running
6667
# Linux on an Aarch64 machine.

0 commit comments

Comments
 (0)