summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-01-14 20:25:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-01-14 20:25:03 -0500
commit58aec58e7acf32fead05fd062145bd7f38894bc2 (patch)
treee3910ca0acc138819f9e916178bc1345945fe376
parenta01b3da31afd3a6a8d3413ca9ec330068b95f0b0 (diff)
downloadpython-setuptools-git-58aec58e7acf32fead05fd062145bd7f38894bc2.tar.gz
Move vendor routine to tools
-rw-r--r--tools/vendored.py (renamed from pavement.py)0
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/tools/vendored.py
index 6d5d519f..6d5d519f 100644
--- a/pavement.py
+++ b/tools/vendored.py
diff --git a/tox.ini b/tox.ini
index c43f2ef0..3340a9da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,7 +52,7 @@ skip_install = True
deps =
paver
commands =
- python -m paver -f pavement.py update_vendored
+ python -m paver -f tools/vendored.py update_vendored
[testenv:release]
skip_install = True