Patch from Bastien Kleineidam:

adds the 'install_data' and 'install_scripts' commands; these two
are trivial thanks to the 'install_misc' base class in cmd.py.
(Minor tweaks and commentary by me; the code is untested so far.)
This commit is contained in:
Gregory P. Smith 2000-05-12 00:52:23 +00:00
parent bb8c71d563
commit b2e3bb3d6a
6 changed files with 68 additions and 1 deletions

View file

@ -154,6 +154,8 @@ class Distribution:
self.ext_package = None
self.include_dirs = None
self.extra_path = None
self.scripts = None
self.data = None
# And now initialize bookkeeping stuff that can't be supplied by
# the caller at all. 'command_obj' maps command names to