def finalize_options (self):
- print "build.finalize: force=%s" % self.force
-
# Need this to name platform-specific directories, but sys.platform
# is not enough -- it only names the OS and version, not the
# hardware architecture!
self.force = None
def finalize_options (self):
- print "build_py.finalize: force=%s" % self.force
self.set_undefined_options ('build',
('build_lib', 'build_lib'),
('force', 'force'))
- print "build_py.finalize: force=%s" % self.force
# Get the distribution options that are aliases for build_py
# options -- list of packages and list of modules.