]> granicus.if.org Git - python/commitdiff
Added 'dist' command.
authorGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:31:34 +0000 (18:31 +0000)
committerGreg Ward <gward@python.net>
Sun, 30 Jan 2000 18:31:34 +0000 (18:31 +0000)
Lib/distutils/command/__init__.py

index 9a5aef20023586db53244a472cb2da6d6071ee1a..8659307cbfd569c02c0a934e5066bcea8ec16476 100644 (file)
@@ -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',
           ]