Skip to content

Commit

Permalink
fix opts
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Jul 9, 2021
1 parent 365c00e commit d0e715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def build_extension(self, ext):
stubgen_path = self.build_temp

import mypy.stubgen
opts = mypy.stubgen.parse_options({})
opts = mypy.stubgen.parse_options([])
opts.packages.append("euklid")
opts.output_dir = stubgen_path

Expand Down

0 comments on commit d0e715d

Please sign in to comment.