bump version to 0.4.0

This commit is contained in:
Adam Hitchcock 2013-08-13 19:32:16 -04:00
parent 8cffb47eb5
commit d7f53b58a8
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.3.3
0.4.0

View File

@ -6,16 +6,16 @@
from setuptools import *
setup(
packages = find_packages(exclude=['test', 'test.*']),
packages=find_packages(exclude=['test', 'test.*']),
entry_points={'nose.plugins.0.10': ['NOSETESTS_PLUGINS = rednose:RedNose']},
name='rednose',
url='http://gfxmonk.net/dist/0install/rednose.xml',
description='coloured output for nosetests',
py_modules=['rednose'],
install_requires=['setuptools', 'python', 'python-termstyle>=0.1.7'],
version='0.3.3',
version='0.4.0',
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=[
classifiers=[
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",