]> granicus.if.org Git - python/commit
The 'bdist' command, for creating "built" (binary) distributions.
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 02:55:12 +0000 (02:55 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 02:55:12 +0000 (02:55 +0000)
commit0f77f9569cffd512201089f086e230c789d09929
treec90d0a070c2f5c4ea130fd030f4bfc88e5994ff3
parent1aab6e964555bf615a853e86c1e2a26e28235803
The 'bdist' command, for creating "built" (binary) distributions.
Initial revision is pretty limited; it only knows how to generate "dumb"
binary distributions, i.e. a tarball on Unix and a zip file on Windows.
Also, due to limitations in the installation code, it only knows how to
distribute Python library code.  But hey, it's a start.
Lib/distutils/command/bdist.py [new file with mode: 0644]