HomeSort by relevance Sort by last modified time
    Searched refs:egg_output (Results 1 - 2 of 2) sorted by null

  /external/python/setuptools/setuptools/command/
bdist_egg.py 96 self.egg_output = None
112 if self.egg_output is None:
121 self.egg_output = os.path.join(self.dist_dir, basename + '.egg')
149 return [self.egg_output]
233 make_zipfile(self.egg_output, archive_root, verbose=self.verbose,
240 ('bdist_egg', get_python_version(), self.egg_output))
291 basename = os.path.basename(self.egg_output)
308 mkpath(os.path.dirname(self.egg_output), dry_run=self.dry_run)
309 f = open(self.egg_output, 'w')
install.py 110 args = [self.distribution.get_command_obj('bdist_egg').egg_output]

Completed in 84 milliseconds