22 lines
809 B
XML
22 lines
809 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>$NUPKG_ID</id>
|
|
<version>$NUPKG_VERSION</version>
|
|
<title>Coqui STT</title>
|
|
<authors>Coqui GmbH</authors>
|
|
<owners>Coqui GmbH</owners>
|
|
<license type="expression">MPL-2.0</license>
|
|
<projectUrl>http://github.com/coqui-ai/STT</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>A library for doing speech recognition using a Coqui STT model</description>
|
|
<copyright>Copyright (c) 2019-2020 Mozilla Corporation, (c) 2020 DeepSpeech authors, (c) 2021 Coqui GmbH</copyright>
|
|
<tags>native speech speech_recognition</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="build\**" target="build/"/>
|
|
<file src="lib\**" target="lib/"/>
|
|
<file src="tools\**" target="tools/"/>
|
|
</files>
|
|
</package>
|