Module setup :: Class Setup
[hide private]
[frames] | no frames]

Class Setup

source code

Class containing setuptools targets for different platforms.

Instance Methods [hide private]
 
__init__(self)
Initialise and execute.
source code
 
args_generic(self)
Set up the arguments which are independent of the target.
source code
list of str
get_data_files(self)
Collect and return a list of data files.
source code
list of str
get_includes(self)
Collect and return a list of modules to include.
source code
 
mac_setup(self)
Mac OS X setup.
source code
Method Details [hide private]

get_data_files(self)

source code 

Collect and return a list of data files.

Returns: list of str
The list of data files as full paths.

get_includes(self)

source code 

Collect and return a list of modules to include.

Returns: list of str
The list of modules.