summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-03-09 08:38:48 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-03-09 08:38:48 +0100
commit0721693f695db566cb7f8253cdcd50d21559ac94 (patch)
tree9429023d6cfb7d33572e97503a6876dbadc02eae /Makefile
parentcbc3c959feecae75c1ce7864543c7f3a14b65ab0 (diff)
downloadpython-setuptools-git-0721693f695db566cb7f8253cdcd50d21559ac94.tar.gz
fix makefile s/setuptools/pkg_resources/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ab60b882..37dd26eb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,6 @@ empty:
exit 1
update-vendored:
- rm -rf setuptools/_vendor/packaging
- pip install -r setuptools/_vendor/vendored.txt -t setuptools/_vendor/
- rm -rf setuptools/_vendor/*.{egg,dist}-info
+ rm -rf pkg_resources/_vendor/packaging
+ pip install -r pkg_resources/_vendor/vendored.txt -t pkg_resources/_vendor/
+ rm -rf pkg_resources/_vendor/*.{egg,dist}-info