From e1b1c94a0c38188b932a553115df34dca364a9ff Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 18 Feb 2000 00:11:52 +0000 Subject: [PATCH] Changed 'dist' to 'sdist'. --- Lib/distutils/command/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ] -- 2.40.0