Lines Matching refs:distribution
9 A "built distribution" is what you're probably used to thinking of either as a
16 A built distribution is how you make life as easy as possible for installers of
17 your module distribution: for users of RPM-based Linux systems, it's a binary
39 then the Distutils builds my module distribution (the Distutils itself in this
41 creates the default type of built distribution for my platform. The default
48 installs the Distutils just as though you had downloaded the source distribution
59 Windows, is far more convenient for users even if your distribution doesn't
64 distribution to generate: for example, ::
168 of that same distribution is trivial. Depending on the complexity of your module
169 distribution and differences between Linux distributions, you may also be able
172 The usual way to create an RPM of your module distribution is to run the
263 on whether your module distribution contains Python extensions)
271 written to the "distribution directory"---normally :file:`dist/`, but
355 uninstaller, so that it will be removed when the distribution is uninstalled.