innopython.py documentation =========================== .. module:: innopython .. class:: setup .. attribute:: appname The library name. .. attribute:: appdir The subdirectory of site-packages that the library will be installed into. Leave blank to install into the site-packages root. .. attribute:: appver The library version. .. attribute:: license The license file. Don't specify or set to None to not add a license. .. attribute:: files The files to install. It is a dictionary of source paths to destination paths. See the tutorial for more details.