From f40b833659fa7ab7b99dfdfe54314674edc949c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Wed, 16 Mar 2022 12:05:17 +0100 Subject: [PATCH] Add CITATION.cff (#1404) --- CITATION.cff | 20 ++++++++++++++++++++ MANIFEST.in | 1 + 2 files changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..6b0c8f19 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +message: "If you want to cite 🐸💬, feel free to use this (but only if you loved it 😊)" +title: "Coqui TTS" +abstract: "A deep learning toolkit for Text-to-Speech, battle-tested in research and production" +date-released: 2021-01-01 +authors: + - family-names: "Eren" + given-names: "Gölge" + - name: "The Coqui TTS Team" +version: 1.4 +doi: 10.5281/zenodo.6334862 +license: "MPL-2.0" +url: "https://www.coqui.ai" +repository-code: "https://github.com/coqui-ai/TTS" +keywords: + - machine learning + - deep learning + - artificial intelligence + - text to speech + - TTS \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 0d8b4b4c..82ecadcb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include README.md include LICENSE.txt include requirements.*.txt +include *.cff include requirements.txt include TTS/VERSION recursive-include TTS *.json