Added 'dist' command.

This commit is contained in:
Greg Ward 2000-01-30 18:31:34 +00:00
parent f0fd6175b3
commit 4c67936e4e
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ commands. Currently this means:
install install
install_py install_py
install_ext install_ext
dist
but this list will undoubtedly grow with time.""" but this list will undoubtedly grow with time."""
@ -20,4 +21,5 @@ __all__ = ['build',
'install', 'install',
'install_py', 'install_py',
'install_ext', 'install_ext',
'dist',
] ]