From 52ef3d05b7f954da9eeef664a60576bccf0806c7 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 22 Nov 2021 23:49:26 +1100 Subject: [PATCH] adapt package description --- README.md | 5 ++--- recipe/meta.yaml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ba9410b..c4b918f7 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,14 @@ Package license: Apache-2.0 Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/tensorflow-feedstock/blob/master/LICENSE.txt) -Summary: TensorFlow is an open source machine learning framework for everyone. +Summary: An Open Source Machine Learning Framework for Everyone. Development: https://github.com/tensorflow/tensorflow Documentation: https://www.tensorflow.org/get_started/get_started -TensorFlow provides multiple APIs.The lowest level API, TensorFlow Core +TensorFlow provides multiple APIs. The lowest level API, TensorFlow Core provides you with complete programming control. -Base package contains only tensorflow, not tensorflow-tensorboard. Current build status diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 738ae9ed..6af4204d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -378,11 +378,10 @@ about: license: Apache-2.0 license_file: LICENSE license_family: Apache - summary: TensorFlow is an open source machine learning framework for everyone. + summary: An Open Source Machine Learning Framework for Everyone. description: | - TensorFlow provides multiple APIs.The lowest level API, TensorFlow Core + TensorFlow provides multiple APIs. The lowest level API, TensorFlow Core provides you with complete programming control. - Base package contains only tensorflow, not tensorflow-tensorboard. dev_url: https://github.com/tensorflow/tensorflow doc_url: https://www.tensorflow.org/get_started/get_started doc_source_url: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/docs_src