mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Comment addition.
This commit is contained in:
parent
36e68e21b4
commit
68bdf3eeb7
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue