summaryrefslogtreecommitdiff
path: root/setuptools/command/install_egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-07 09:25:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-07 09:25:06 -0500
commit0e689bb35e8af9f079f6985a11c80268575f786e (patch)
treead9d45d65e15273c43e590cc38d542a6504fd9a0 /setuptools/command/install_egg_info.py
parent946652ee4def4236696a00d8873186bb07f15c71 (diff)
downloadpython-setuptools-git-0e689bb35e8af9f079f6985a11c80268575f786e.tar.gz
Backout changeset 1ae2a75724bbba56373784f185a7f235ed0f24a4
Diffstat (limited to 'setuptools/command/install_egg_info.py')
-rwxr-xr-xsetuptools/command/install_egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/install_egg_info.py b/setuptools/command/install_egg_info.py
index fd0f118b..992709f1 100755
--- a/setuptools/command/install_egg_info.py
+++ b/setuptools/command/install_egg_info.py
@@ -27,7 +27,7 @@ class install_egg_info(Command):
).egg_name() + '.egg-info'
self.source = ei_cmd.egg_info
self.target = os.path.join(self.install_dir, basename)
- self.outputs = [self.target]
+ self.outputs = []
def run(self):
self.run_command('egg_info')