Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add pythonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jul 9, 2015
1 parent cdf0b89 commit 6bcf603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymyinstall/packaged/packaged_config.py
Expand Up @@ -35,6 +35,7 @@ def minimal_installation():
if sys.platform.startswith("win"):
mod.append(ModuleInstall("pywin32", "wheel", mname="win32com"))
mod.append(ModuleInstall("winshell", "pip"))
mod.append(ModuleInstall("pythonnet", "wheel"))

return mod

Expand Down

0 comments on commit 6bcf603

Please sign in to comment.