From: Greg Ward <gward@python.net>
Date: Fri, 18 Feb 2000 00:11:52 +0000 (+0000)
Subject: Changed 'dist' to 'sdist'.
X-Git-Tag: v1.6a1~394
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1b1c94a0c38188b932a553115df34dca364a9ff;p=python

Changed 'dist' to 'sdist'.
---

diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index 8659307cbf..ea979f9b50 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',
           ]