Definition at line 244 of file setup.py.
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()'.
Definition at line 271 of file setup.py.
setup.OtherSetupForSdist.archive_files |
setup.OtherSetupForSdist.force_manifest |
setup.OtherSetupForSdist.template |
setup.OtherSetupForSdist.use_defaults |
The documentation for this class was generated from the following file: