summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-29 08:38:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-29 08:38:08 -0400
commit88c45d59ac1593d7b5fb4110d6969d385361793d (patch)
tree5c41e70f059a7861a4472521c9e4bb10b7123f54
parent0e3631d088505ec827cfdd3ced3edf28f7dd0b1f (diff)
downloadpython-setuptools-bitbucket-88c45d59ac1593d7b5fb4110d6969d385361793d.tar.gz
Backout 5692cd26a08e; Ref #262.6.0.2b1
-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 992709f1..fd0f118b 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.outputs = [self.target]
def run(self):
self.run_command('egg_info')