aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/__init__.py')
-rw-r--r--setuptools/command/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/__init__.py b/setuptools/command/__init__.py
index 454b4a9f..f898822b 100644
--- a/setuptools/command/__init__.py
+++ b/setuptools/command/__init__.py
@@ -9,7 +9,6 @@ import sys
if sys.version>='2.5':
# In Python 2.5 and above, distutils includes its own upload command
__all__.remove('upload')
- __all__.remove('bdist_wininst') # this is only for 'upload' support
from distutils.command.bdist import bdist