summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/command/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index 8659307..ea979f9 100644
--- a/Lib/distutils/command/__init__.py
+++ b/Lib/distutils/command/__init__.py
@@ -21,5 +21,5 @@ __all__ = ['build',
'install',
'install_py',
'install_ext',
- 'dist',
+ 'sdist',
]