Added 'bdist' and 'bdist_dumb'.

This commit is contained in:
Greg Ward 2000-03-31 03:14:51 +00:00
parent 42405a5d7d
commit 6148c2cfa6
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ __all__ = ['build',
'install_lib',
'clean',
'sdist',
'bdist',
'bdist_dumb',
]