mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Merge pull request #36 from ncoghlan/remove-lingering-py2-mentions
Remove lingering Python 2 mention
This commit is contained in:
commit
190f6af5ef
1 changed files with 2 additions and 3 deletions
|
|
@ -34,9 +34,8 @@ The one exception is the included type hints file, which comes from the
|
|||
Development
|
||||
-----------
|
||||
|
||||
contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing
|
||||
on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal
|
||||
wheel archives.
|
||||
contextlib2 has no runtime dependencies, but requires ``setuptools`` and
|
||||
``wheel`` at build time to generate universal wheel archives.
|
||||
|
||||
Local testing is a matter of running::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue