]> granicus.if.org Git - python/commitdiff
Changed 'dist' to 'sdist'.
authorGreg Ward <gward@python.net>
Fri, 18 Feb 2000 00:11:52 +0000 (00:11 +0000)
committerGreg Ward <gward@python.net>
Fri, 18 Feb 2000 00:11:52 +0000 (00:11 +0000)
Lib/distutils/command/__init__.py

index 8659307cbfd569c02c0a934e5066bcea8ec16476..ea979f9b50620df95dd213d0f272fe7d113fd5f6 100644 (file)
@@ -21,5 +21,5 @@ __all__ = ['build',
            'install',
            'install_py',
            'install_ext',
-           'dist',
+           'sdist',
           ]