innopython.py documentation

class innopython.setup
appname
The library name.
appdir

The subdirectory of site-packages that the library will be installed into. Leave blank to install into the site-packages root.

appver

The library version.

license

The license file. Don’t specify or set to None to not add a license.

files

The files to install. It is a dictionary of source paths to destination paths. See the tutorial for more details.

Previous topic

InnoPython Tutorial

This Page