mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Renamed all 'options' class attributes to 'user_options'.
This commit is contained in:
parent
592f28272e
commit
bbeceeaf9a
10 changed files with 112 additions and 102 deletions
|
@ -18,8 +18,9 @@ class build_py (Command):
|
|||
|
||||
description = "\"build\" pure Python modules (copy to build directory)"
|
||||
|
||||
options = [('build-dir=', 'd', "directory for platform-shared files"),
|
||||
]
|
||||
user_options = [
|
||||
('build-dir=', 'd', "directory for platform-shared files"),
|
||||
]
|
||||
|
||||
|
||||
def set_default_options (self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue