Lines Matching refs:distribution
3 Implements the Distutils 'sdist' command (create a source distribution)."""
33 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
158 # Otherwise, go ahead and create the source distribution tarball,
166 check = self.distribution.get_command_obj('check')
172 distribution, and put it in 'self.filelist'. This might involve
250 standards = [self.READMES, self.distribution.script_name]
283 if self.distribution.has_pure_modules():
293 # getting distribution.data_files
294 if self.distribution.has_data_files():
295 for item in self.distribution.data_files:
310 if self.distribution.has_ext_modules():
315 if self.distribution.has_c_libraries():
320 if self.distribution.has_scripts():
362 base_dir = self.distribution.get_fullname()
407 distribution.
420 distribution archive. All directories implied by the filenames in
424 directory named after the distribution, containing only the files
438 # we're done making the distribution archives.)
458 self.distribution.metadata.write_pkg_info(base_dir)
461 """Create the source distribution(s). First, we create the release
470 base_dir = self.distribution.get_fullname()
483 self.distribution.dist_files.append(('sdist', '', file))