diff options
author | Greg Ward <gward@python.net> | 2000-02-18 00:11:52 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-02-18 00:11:52 (GMT) |
commit | e1b1c94a0c38188b932a553115df34dca364a9ff (patch) | |
tree | fc813eea7e97d959cf8e661ecbf1eff83a137c51 /Lib/distutils/command/__init__.py | |
parent | a82122b8875a8bef0422dc236a6c4a9dadc5e417 (diff) | |
download | cpython-e1b1c94a0c38188b932a553115df34dca364a9ff.zip cpython-e1b1c94a0c38188b932a553115df34dca364a9ff.tar.gz cpython-e1b1c94a0c38188b932a553115df34dca364a9ff.tar.bz2 |
Changed 'dist' to 'sdist'.
Diffstat (limited to 'Lib/distutils/command/__init__.py')
-rw-r--r-- | Lib/distutils/command/__init__.py | 2 |
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', ] |