Skip to content

Commit 6148c2c

Browse files
committed
Added 'bdist' and 'bdist_dumb'.
1 parent 42405a5 commit 6148c2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/distutils/command/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
'install_lib',
1414
'clean',
1515
'sdist',
16+
'bdist',
17+
'bdist_dumb',
1618
]

0 commit comments

Comments
 (0)