Public Member Functions | |
def | initialize_options |
def | make_distribution |
Public Attributes | |
archive_files | |
force_manifest | |
template | |
use_defaults |
def setup.OtherSetupForSdist.initialize_options | ( | self | ) |
def setup.OtherSetupForSdist.make_distribution | ( | self | ) |
Create the source distribution(s). First, we create the release tree with 'make_release_tree()'; then, we create all required archive files (according to 'self.formats') from the release tree. Finally, we clean up by blowing away the release tree (unless 'self.keep_temp' is true). The list of archive files created is stored so it can be retrieved later by 'get_archive_files()'.