add github link, fixes #27

This commit is contained in:
Tim Cuthbertson 2015-06-20 11:15:30 +10:00
parent 325409a021
commit 1368ff79bd
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>rednose</name>
<summary>coloured output for nosetests</summary>
<homepage>https://github.com/gfxmonk/rednose</homepage>
<feed-for interface="http://gfxmonk.net/dist/0install/rednose.xml"/>
<description>
=========

View File

@ -13,7 +13,7 @@ setup(
long_description="\n**Note**: This package has been built automatically by\n`zero2pypi <http://gfxmonk.net/dist/0install/zero2pypi.xml>`_.\nIf possible, you should use the zero-install feed instead:\nhttp://gfxmonk.net/dist/0install/rednose.xml\n\n----------------\n\n=========\nrednose\n=========\n\nrednose is a `nosetests`_\nplugin for adding colour (and readability) to nosetest console results.\n\nInstallation:\n-------------\n::\n\n\teasy_install rednose\n\t\nor from the source::\n\n\t./setup.py develop\n\nUsage:\n------\n::\n\n\tnosetests --rednose\n\nor::\n\n\texport NOSE_REDNOSE=1\n\tnosetests\n\nRednose by default uses auto-colouring, which will only use\ncolour if you're running it on a terminal (i.e not piping it\nto a file). To control colouring, use one of::\n\n\tnosetests --rednose --force-color\n\tnosetests --no-color\n\n(you can also control this by setting the environment variable NOSE_REDNOSE_COLOR to 'force' or 'no')\n\n.. _nosetests: http://somethingaboutorange.com/mrl/projects/nose/\n",
name='rednose',
py_modules=['rednose'],
url='http://gfxmonk.net/dist/0install/rednose.xml',
url='https://github.com/gfxmonk/rednose',
version='0.4.3',
classifiers=[
"License :: OSI Approved :: BSD License",