This commit is contained in:
gfxmonk 2012-03-11 20:33:37 +11:00
parent 68198c92a4
commit c1bb22b3cd
3 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
0.3
0.3.1

View File

@ -128,5 +128,9 @@ nosetests --no-color
<manifest-digest sha256="e8a8269eb74f2563f4de9fc0e990d93b3c494731ac78c1fd04bddb7d61ed592c"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.3.tgz" size="5071"/>
</implementation>
<implementation id="sha1new=9352b49dce2da0f147ded844df275585d0ede32e" released="2012-03-11" version="0.3.1">
<manifest-digest sha256="f9a1a3baf1d4d9ff5be03fb6de34dcfbc3d97213ac801bbda4da4c96a03d5d5a"/>
<archive href="http://gfxmonk.net/dist/0install/rednose/rednose-0.3.1.tgz" size="5081"/>
</implementation>
</group>
</interface>

View File

@ -13,7 +13,7 @@ setup(
description='coloured output for nosetests',
py_modules=['rednose'],
install_requires=['setuptools', 'python-termstyle>=0.1.7'],
version='0.3',
version='0.3.1',
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",
classifiers=[
"License :: OSI Approved :: BSD License",