| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
packages and searching for source files by 'package_dir'.
|
| |
|
|
|
|
|
| |
we no longer explicitly pull distribution options out of our Distribution
object, but rather let the Distribution put them into the command object.
|
| |
|
|
|
|
|
|
|
|
|
| |
of the 'install_py' command rather than 'build_py'. Obviously, this
meant that the 'build_py' and 'install_py' modules had to change; less
obviously, so did 'install' and 'build', since these higher-level
commands must make options available to control the lower-level
commands, and some compilation-related options had to migrate with the
code.
|
|
|
|
|
| |
and 'make_file()'-- that way, the verbose and dry-run flags are
handled for free.
|
|
|