mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Remove two unneeded attributes in packaging
This commit is contained in:
parent
4c0b7070ce
commit
dd2d55c8a1
3 changed files with 4 additions and 7 deletions
|
|
@ -176,7 +176,6 @@ def initialize_options(self):
|
|||
self.installer = None
|
||||
self.requested = None
|
||||
self.no_record = None
|
||||
self.no_resources = None
|
||||
|
||||
# -- Option finalizing methods -------------------------------------
|
||||
# (This is rather more involved than for most commands,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue