mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Update comment - I do know how to express it, I just don't want the external dependency
This commit is contained in:
parent
7d3f886c77
commit
141ca2353f
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue