summaryrefslogtreecommitdiff
path: root/setuptools/command/develop.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-03 14:04:07 -0400
committerGitHub <noreply@github.com>2020-07-03 14:04:07 -0400
commit91213fb2e7eecde9f5d7582de485398f546e7aa8 (patch)
tree63bb267b54490106436fda6b6b5c6805f67003a5 /setuptools/command/develop.py
parent78d2a3bfafd38112dc3c486cd478e4cee1f782ec (diff)
parentd9a3b57cfabcae25539b5118977b2f6ef78d641b (diff)
downloadpython-setuptools-git-91213fb2e7eecde9f5d7582de485398f546e7aa8.tar.gz
Merge pull request #2166 from pypa/bugfix/2165-remove-site-py
Remove site.py hack
Diffstat (limited to 'setuptools/command/develop.py')
-rw-r--r--setuptools/command/develop.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py
index b5619246..e7e03cd4 100644
--- a/setuptools/command/develop.py
+++ b/setuptools/command/develop.py
@@ -139,7 +139,6 @@ class develop(namespaces.DevelopInstaller, easy_install):
self.reinitialize_command('build_ext', inplace=1)
self.run_command('build_ext')
- self.install_site_py() # ensure that target dir is site-safe
if setuptools.bootstrap_install_from:
self.easy_install(setuptools.bootstrap_install_from)
setuptools.bootstrap_install_from = None