summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-10 10:08:30 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-10 10:11:17 +0200
commit0bcee16a133c357ed8f9a3570e9a93b4e5fb7d7a (patch)
tree22c43c0b47b641de3e5e234574fa79b8edd9fd48 /dev-python/tqdm/metadata.xml
parentdev-python/testpath: Add python@ as (co-)maint (diff)
downloadgentoo-0bcee16a133c357ed8f9a3570e9a93b4e5fb7d7a.tar.gz
gentoo-0bcee16a133c357ed8f9a3570e9a93b4e5fb7d7a.tar.bz2
gentoo-0bcee16a133c357ed8f9a3570e9a93b4e5fb7d7a.zip
dev-python/tqdm: Add python@ as (co-)maint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm/metadata.xml')
-rw-r--r--dev-python/tqdm/metadata.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
index 774ecb60a212..d109a0ebe957 100644
--- a/dev-python/tqdm/metadata.xml
+++ b/dev-python/tqdm/metadata.xml
@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<longdescription lang="en">
Instantly make your loops show a progress meter - just wrap
any iterator with "tqdm(iterator)", and you're done!