Justin Lecher 92715265f5
Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2017-04-29 19:49:16 +01:00

24 lines
864 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<upstream>
<maintainer>
<email>vladimir@rutsky.org</email>
<name>Vladimir Rutsky</name>
</maintainer>
<remote-id type="pypi">setuptools_trial</remote-id>
<remote-id type="github">rutsky/setuptools-trial</remote-id>
</upstream>
<longdescription>
This is a plugin for setuptools that integrates Twisted trial. Once
installed, “python ./setup.py trial” will run the packages unit tests
using Twisted trial. The package can also optionally be configured so
that “python ./setup.py test” will use Twisted trial instead of pyunit
a.k.a. unittest.
</longdescription>
</pkgmetadata>