mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-19 04:21:09 +00:00
Remove lingering Python 2 mention
This commit is contained in:
parent
bed62be63b
commit
181b9c212f
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
|
Development
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing
|
contextlib2 has no runtime dependencies, but requires ``setuptools`` and
|
||||||
on Python 2.x, as well as ``setuptools`` and ``wheel`` to generate universal
|
``wheel`` at build time to generate universal wheel archives.
|
||||||
wheel archives.
|
|
||||||
|
|
||||||
Local testing is a matter of running::
|
Local testing is a matter of running::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue