commit | 4c67936e4eab6db332c32b51f45c91870fb58d90 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jan 30 18:31:34 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jan 30 18:31:34 2000 +0000 |
tree | 2daf68290f17607a067a9c55b50087838a213cf9 | |
parent | f0fd6175b3a1473bd2c51301a57a6d083551989f [diff] |
Added 'dist' command.
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py index 9a5aef2..8659307 100644 --- a/Lib/distutils/command/__init__.py +++ b/Lib/distutils/command/__init__.py
@@ -9,6 +9,7 @@ install install_py install_ext + dist but this list will undoubtedly grow with time.""" @@ -20,4 +21,5 @@ 'install', 'install_py', 'install_ext', + 'dist', ]