animio.setup.BaseDistribution:
The core of the Distutils.
animio.setup.Distribution:
Customize available options and behaviour to work with mrv and derived projects
distutils.cmd.Command:
Abstract base class for defining command classes, the "worker
bees" of the Distutils.
animio.setup.DocDistro:
Build the documentation, and include everything into the git repository if
required.
distutils.command.build_py.build_py
animio.setup.BuildPython:
Customize the command preparing python modules in order to skip copying
original py files if compile is specified.
distutils.command.build_scripts.build_scripts
animio.setup.BuildScripts:
Uses our way to adjust the first line of the script, additionally rename
the executable to indicate the required interpreter.