*/*: add lang="en" to <longdescription>

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-28 16:14:32 +02:00
parent 25d01f937f
commit 9c84830033
111 changed files with 111 additions and 112 deletions

View File

@@ -6,7 +6,7 @@
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription>
<longdescription lang="en">
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.
Features

View File

@@ -5,7 +5,7 @@
<email>coppens.matthias.abc@gmail.com</email>
<name>Matthias Coppens</name>
</maintainer>
<longdescription>
<longdescription lang="en">
Very simple Python library for color and formatting in terminal.
Collection of color codes and names for 256 color terminal setups.
</longdescription>

View File

@@ -5,7 +5,7 @@
<email>coppens.matthias.abc@gmail.com</email>
<name>Matthias Coppens</name>
</maintainer>
<longdescription>
<longdescription lang="en">
PyInquirer strives to be an easily embeddable and beautiful
command line interface for Python. PyInquirer wants to make it
easy for existing Inquirer.js users to write immersive