Update comment - I do know how to express it, I just don't want the external dependency

This commit is contained in:
Nick Coghlan 2012-05-01 21:09:21 +10:00
parent 7d3f886c77
commit 141ca2353f

View file

@ -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',