From b40c5d72fe09bef0d7812f450eef5966a044b59c Mon Sep 17 00:00:00 2001 From: Austin Anderson Date: Tue, 18 May 2021 12:10:50 -0700 Subject: [PATCH] Add .zenodo.json for clean automated DOI numbers. See the link on the TensorFlow README for the DOI page. PiperOrigin-RevId: 374474720 Change-Id: I739c9fc95c03648c50c6a0fc1931308507cdf12c --- .zenodo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000000..7161180c51a --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,13 @@ +{ + "description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.", + "license": "Apache-2.0", + "title": "TensorFlow", + "upload_type": "software", + "creators": [ + { + "name": "TensorFlow Developers" + } + ], + "access_right": "open", + "notes": "Specific TensorFlow versions can be found in the \"Versions\" list on the right side of this page.
See the full list of authors on GitHub." +}