From: Sergey Matveev Date: Sun, 20 May 2018 12:21:30 +0000 (+0300) Subject: PyPI has changed its URLs X-Git-Tag: 3.7~12 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=cf07c4b946bae9720bdf15e7d94f5ec0fb2f0bc5 PyPI has changed its URLs --- diff --git a/doc/install.rst b/doc/install.rst index e6f6ba1..921766c 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,7 +12,7 @@ signature from `official website `__:: % python setup.py install # or copy pyderasn.py (+six.py) to your PYTHONPATH -PyDERASN depends on `six `__ package +PyDERASN depends on `six `__ package for keeping compatibility with Py27/Py35. It is included in the tarball. You can also find it mirrored on :ref:`download ` page. diff --git a/doc/news.rst b/doc/news.rst index ea77454..f8fc1e5 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -53,7 +53,7 @@ News :py:class:`pyderasn.DecodePathDefBy` * Ability to turn colourized terminal output by calling ``pprint(..., with_colours=True)``. You will need - `termcolor package `__ + `termcolor package `__ .. _release2.1: