diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-17 10:21:39 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-17 10:21:39 -0500 |
| commit | 197570db5eb56e41dfb0ca98bfc01d6240349a1d (patch) | |
| tree | 9bc3dc7aac8fab811d05e6044439f336c86d9524 /docs | |
| parent | 5f1e541b229832c43a97ad96eae4475b8a752fec (diff) | |
| download | python-setuptools-git-197570db5eb56e41dfb0ca98bfc01d6240349a1d.tar.gz | |
Update documentation to match and remove requirements file with stale references.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development/developer-guide.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/development/developer-guide.rst b/docs/development/developer-guide.rst index f29c1a80..e274c417 100644 --- a/docs/development/developer-guide.rst +++ b/docs/development/developer-guide.rst @@ -125,12 +125,9 @@ cannot declare dependencies other than through ``setuptools/_vendor/vendored.txt`` and ``pkg_resources/_vendor/vendored.txt``. -All the dependencies specified in these files are "vendorized" using Paver_, a -simple Python-based project scripting and task running tool. +All the dependencies specified in these files are "vendorized" using a +simple Python script ``tools/vendor.py``. -To refresh the dependencies, you can run the following command (defined in -``pavement.py``):: +To refresh the dependencies, run the following command:: - $ paver update_vendored - -.. _Paver: https://pythonhosted.org/Paver/ + $ tox -e vendor |
