Unfinished, untested implementation of the lovely baroque installation scheme

cooked up by Fred Drake and me.  Only saved for posterity (whoever posterity
is), as it is about to be ditched in favour of GvR's much simpler design.
This commit is contained in:
Greg Ward 2000-02-26 00:49:04 +00:00
parent b6f6e95ed2
commit 4f08e4facb
4 changed files with 119 additions and 184 deletions

View file

@ -26,7 +26,7 @@ class install_ext (Command):
def finalize_options (self):
self.set_undefined_options ('install',
('build_platlib', 'build_dir'),
('install_site_platlib', 'install_dir'))
('install_platlib', 'install_dir'))
def run (self):