From 602fef26b5ff147ab9f4bdc83fb435445338613f Mon Sep 17 00:00:00 2001 From: Maciek Starzyk Date: Sat, 2 Jan 2010 10:57:36 +0100 Subject: Updated entry point name to 0.10 API --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 679bf1e..e17384e 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ Changes output of the nose testing tool into format easily parsable by machine." url="http://maxischenko.in.ua/blog/entries/109/nose-vim-integration", download_url="http://cheeseshop.python.org/pypi/nose_machineout/0.1", install_requires = [ - "nose>=0.9", + "nose>=0.10", ], scripts = [], license="BSD", zip_safe=False, py_modules=['machineout', 'test_machineout'], entry_points = { - 'nose.plugins': ['machineout = machineout:NoseMachineReadableOutput'], + 'nose.plugins.0.10': ['machineout = machineout:NoseMachineReadableOutput'], }, classifiers=[ 'Development Status :: 4 - Beta', -- cgit v1.2.3