Commit 0e689bb3 authored by Jason R. Coombs's avatar Jason R. Coombs

Backout changeset 1ae2a75724bbba56373784f185a7f235ed0f24a4

parent 946652ee
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment