Commit 68bdf3ee authored by Greg Ward's avatar Greg Ward

Comment addition.

parent 36e68e21
......@@ -26,6 +26,9 @@ class BuildPy (Command):
def set_final_options (self):
self.set_undefined_options ('build',
('libdir', 'dir'))
# 'package' is an alias option in Distribution (hmmm, we
# really should change to "pull" options from Distribution
# rather than "pushing" them out to commands...)
if self.package is None:
self.package = ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment