From 141ca2353f1b495f3ab854b8b119a8bc5ebf7f22 Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Tue, 1 May 2012 21:09:21 +1000 Subject: [PATCH] Update comment - I do know how to express it, I just don't want the external dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c897f4..b172c59 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from distutils.core import setup # Technically, unittest2 is a dependency to run the tests on 2.6 and 3.1 -# Not sure how best to express that cleanly here +# This file ignores that, since I don't want to depend on distribute +# or setuptools just to get "tests_require" support setup( name='contextlib2',