diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-26 09:38:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-26 09:38:07 -0400 |
| commit | ee5ceb12f87e8e1aeeb05f26538de21207570d61 (patch) | |
| tree | 58d0881898ff1b468d425e2fbde86b79bd73face | |
| parent | d0b88ac944944580a1ff52e0a3fda9fdbc7fb095 (diff) | |
| parent | bda99a0f512505368219afa75634811b72f2f892 (diff) | |
| download | python-setuptools-git-ee5ceb12f87e8e1aeeb05f26538de21207570d61.tar.gz | |
Merge pull request #1526 from LaimeJesus/fix-easy-install-warning-#1525
Fix easy install warning #1525
| -rw-r--r-- | changelog.d/1525.doc.rst | 1 | ||||
| -rw-r--r-- | docs/easy_install.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/1525.doc.rst b/changelog.d/1525.doc.rst new file mode 100644 index 00000000..402ea260 --- /dev/null +++ b/changelog.d/1525.doc.rst @@ -0,0 +1 @@ +Fixed rendering of the deprecation warning in easy_install doc. diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 41d182e0..aa11f890 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -2,7 +2,7 @@ Easy Install ============ -..warning:: +.. warning:: Easy Install is deprecated. Do not use it. Instead use pip. If you think you need Easy Install, please reach out to the PyPA team (a ticket to pip or setuptools is fine), describing your |
