packagedata
Module¶
Module for finding the location of the package data.
This module contains a single function called Path. It is used to find the path where the phyloExpCM package data files are installed assuming that the package is installed with distutils using:
python setup.py build python setup.py install
or:
python setup.py install --user
-
packagedata.
Path
()¶ Returns absolute path where data files are installed.
This function returns the absolute path of its own location (minus the file name), followed by the suffix
data/
. This is the location where the package data should be installed.