summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/__init__.py2
1 files changed, 2 insertions, 0 deletions
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 @@ commands. Currently this means:
install
install_py
install_ext
+ dist
but this list will undoubtedly grow with time."""
@@ -20,4 +21,5 @@ __all__ = ['build',
'install',
'install_py',
'install_ext',
+ 'dist',
]