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

Commit

Permalink
fix a big mistake when defining a new module to add
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 14, 2015
1 parent d87516a commit 6f89e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/packaged/packaged_config.py
Expand Up @@ -56,7 +56,7 @@ def small_installation():
# ModuleInstall("setuptools", "wheel"), # removed with 3.4
# ModuleInstall("pip", "wheel"), # removed with 3.4
#
ModuleInstall("futures", "2.2.0", version="2.2.0"), # issue with 3.0.3 because of line: raise type(self._exception), self._exception, self._traceback, weird because the same exists in folder lib
ModuleInstall("futures", "pip", version="2.2.0"), # issue with 3.0.3 because of line: raise type(self._exception), self._exception, self._traceback, weird because the same exists in folder lib
ModuleInstall("virtualenv", "pip"),
ModuleInstall("six", "pip"),
ModuleInstall("lxml", "wheel"),
Expand Down

0 comments on commit 6f89e06

Please sign in to comment.