OpenQuizz
Une application de gestion des contenus pédagogiques
manifest_maker Class Reference
Inheritance diagram for manifest_maker:
Collaboration diagram for manifest_maker:

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def run (self)
 
def write_manifest (self)
 
def warn (self, msg)
 
def add_defaults (self)
 
def add_license_files (self)
 
def prune_file_list (self)
 
- Public Member Functions inherited from sdist
def make_distribution (self)
 
def check_readme (self)
 
def make_release_tree (self, base_dir, files)
 
def read_manifest (self)
 

Data Fields

 use_defaults
 
 prune
 
 manifest_only
 
 force_manifest
 
 filelist
 
- Data Fields inherited from sdist
 filelist
 
 formats
 

Static Public Attributes

 template
 
- Static Public Attributes inherited from sdist
 user_options
 
 negative_opt
 
 README_EXTENSIONS
 
 READMES
 

Member Function Documentation

◆ add_defaults()

def add_defaults (   self)
Add all the default files to self.filelist:
  - README or README.txt
  - setup.py
  - test/test*.py
  - all pure Python modules mentioned in setup script
  - all files pointed by package_data (build_py)
  - all files defined in data_files.
  - all files defined as scripts.
  - all C sources listed as part of extensions or C libraries
    in the setup script (doesn't catch C headers!)
Warns if (README or README.txt) or setup.py are missing; everything
else is optional.

Reimplemented from sdist_add_defaults.

◆ add_license_files()

def add_license_files (   self)

◆ finalize_options()

def finalize_options (   self)

◆ initialize_options()

def initialize_options (   self)

Reimplemented from sdist.

◆ prune_file_list()

def prune_file_list (   self)

◆ run()

def run (   self)

Reimplemented from sdist.

◆ warn()

def warn (   self,
  msg 
)

◆ write_manifest()

def write_manifest (   self)
Write the file list in 'self.filelist' to the manifest file
named by 'self.manifest'.

Field Documentation

◆ filelist

filelist

◆ force_manifest

force_manifest

◆ manifest_only

manifest_only

◆ prune

prune

◆ template

template
static

◆ use_defaults

use_defaults

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