mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
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:
parent
b6f6e95ed2
commit
4f08e4facb
4 changed files with 119 additions and 184 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue