Differences between revisions 9 and 10
Revision 9 as of 2009-01-25 18:31:25
Size: 930
Editor: 61
Comment:
Revision 10 as of 2009-01-31 15:47:27
Size: 981
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from DistutilsCookbook == Introduction ==
Line 6: Line 7:
 * DistutilsInstallDataScattered -- make resource data-files get installed in the same directory tree as the Python files that depend on them
 * DistutilsAutoDataDiscovery -- specify data-files to install with smart_install_data recursively by specifying only a top-level directory
 * DistutilsAutoPackageDiscovery -- specify packages to install recursively by specifying only the top-level package
== Recipes ==

* [[Distutils/Cookbook/InstallDataScattered]] -- make resource data-files get installed in the same directory tree as the Python files that depend on them
 * [[Distutils/Cookbook/AutoDataDiscovery]] -- specify data-files to install with smart_install_data recursively by specifying only a top-level directory
 * [[Distutils/Cookbook/AutoPackageDiscovery]] -- specify packages to install recursively by specifying only the top-level package
Line 10: Line 13:
 * DistutilsWininstFilename -- provide customisation point for altering the filename of bdist_wininst installer (such as to include numpy version information)  * [[Distutils/Cookbook/WininstFilename]] -- provide customisation point for altering the filename of bdist_wininst installer (such as to include numpy version information)

Introduction

The Distutils Cookbook collects various useful recipes and tips for using the Distutils.

When creating new recipes, use the RecipeTemplate.

Recipes

Distutils/Cookbook (last edited 2009-01-31 16:24:36 by 61)

Unable to edit the page? See the FrontPage for instructions.