diff options
author | Samuel Watkins <35979561+slwatkins@users.noreply.github.com> | 2020-06-16 12:33:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 12:33:08 -0700 |
commit | 94491a19ae999901b812fdf878c798cba11fc590 (patch) | |
tree | 4ced8ddf25bf08b7306ae30c553ecbb1962d9a90 | |
parent | 308314268233cc56e7a8c5870fec75b566230411 (diff) | |
download | python-setuptools-git-94491a19ae999901b812fdf878c798cba11fc590.tar.gz |
docs: fix typo in path to vendored.txt
-rw-r--r-- | docs/developer-guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 4a78e22e..e84cd640 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -145,5 +145,5 @@ setuptools from source. Eventually, this limitation may be lifted as PEP 517/518 reach ubiquitous adoption, but for now, Setuptools cannot declare dependencies other than through ``setuptools/_vendor/vendored.txt`` and -``pkg_reosurces/_vendor/vendored.txt`` and refreshed by way of +``pkg_resources/_vendor/vendored.txt`` and refreshed by way of ``paver update_vendored`` (pavement.py). |