Skip to content

Commit

Permalink
Attempting to add an editable mode option to the build_dso command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thf772 committed Oct 3, 2023
1 parent c09b952 commit 559bc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setuptools_dso/dsocmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def initialize_options (self):
self.build_temp = None
self.inplace = None
self.force = None
self.editable_mode = False

def finalize_options(self):

Expand Down

0 comments on commit 559bc46

Please sign in to comment.