Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
setuptools.command.egg_info.manifest_maker Class Reference
Inheritance diagram for setuptools.command.egg_info.manifest_maker:
setuptools.command.sdist.sdist

Public Member Functions

def initialize_options
 
def finalize_options
 
def run
 
def write_manifest
 
def warn
 
def add_defaults
 
def prune_file_list
 
- Public Member Functions inherited from setuptools.command.sdist.sdist
def run
 
def add_defaults
 
def check_readme
 
def make_release_tree
 
def read_manifest
 

Public Attributes

 use_defaults
 
 prune
 
 manifest_only
 
 force_manifest
 
 filelist
 
- Public Attributes inherited from setuptools.command.sdist.sdist
 filelist
 

Static Public Attributes

string template = "MANIFEST.in"
 
- Static Public Attributes inherited from setuptools.command.sdist.sdist
list user_options
 
dictionary negative_opt = {}
 
tuple has_leaky_handle
 
 read_template = __read_template_hack
 

Member Function Documentation

def setuptools.command.egg_info.manifest_maker.add_defaults (   self)
def setuptools.command.egg_info.manifest_maker.finalize_options (   self)
def setuptools.command.egg_info.manifest_maker.initialize_options (   self)
def setuptools.command.egg_info.manifest_maker.prune_file_list (   self)
def setuptools.command.egg_info.manifest_maker.run (   self)
def setuptools.command.egg_info.manifest_maker.warn (   self,
  msg 
)
def setuptools.command.egg_info.manifest_maker.write_manifest (   self)
Write the file list in 'self.filelist' (presumably as filled in
by 'add_defaults()' and 'read_template()') to the manifest file
named by 'self.manifest'.

Member Data Documentation

setuptools.command.egg_info.manifest_maker.filelist
setuptools.command.egg_info.manifest_maker.force_manifest
setuptools.command.egg_info.manifest_maker.manifest_only
setuptools.command.egg_info.manifest_maker.prune
string setuptools.command.egg_info.manifest_maker.template = "MANIFEST.in"
static
setuptools.command.egg_info.manifest_maker.use_defaults

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.