From: Greg Ward Date: Fri, 18 Feb 2000 00:11:52 +0000 (+0000) Subject: Changed 'dist' to 'sdist'. X-Git-Tag: v1.6a1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1b1c94a0c38188b932a553115df34dca364a9ff;p=thirdparty%2FPython%2Fcpython.git Changed 'dist' to 'sdist'. --- diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 8659307cbfd5..ea979f9b5062 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', ]