diff options
Diffstat (limited to 'setuptools/command/develop.py')
-rwxr-xr-x | setuptools/command/develop.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py index a1f2e763..b6e9d3c7 100755 --- a/setuptools/command/develop.py +++ b/setuptools/command/develop.py @@ -28,10 +28,10 @@ class develop(easy_install): self.uninstall = None easy_install.initialize_options(self) - # Pull in any easy_install configuration options - self.distribution._set_command_options( - self, self.distribution.get_option_dict('easy_install') - ) + + + + |