diff options
Diffstat (limited to 'dev-python/coveralls/metadata.xml')
-rw-r--r-- | dev-python/coveralls/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/coveralls/metadata.xml b/dev-python/coveralls/metadata.xml new file mode 100644 index 0000000..6e3c03e --- /dev/null +++ b/dev-python/coveralls/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>coveralls.io is a service for publishing your coverage stats online. This package provides seamless integration with coverage.py (and thus pytest, nosetests, etc...) in your Python projects:</longdescription> + <upstream> + <maintainer> + <name>Kevin James</name> + <email>KevinJames@thekev.in</email> + </maintainer> + <changelog>https://github.com/TheKevJames/coveralls-python/releases</changelog> + <doc>http://coveralls-python.readthedocs.io/</doc> + <bugs-to>https://github.com/TheKevJames/coveralls-python/issues</bugs-to> + <remote-id type="github">TheKevJames/coveralls-python</remote-id> + <remote-id type="pypi">coveralls</remote-id> + </upstream> +</pkgmetadata> |