Skip to content

Commit 4c67936

Browse files
committed
Added 'dist' command.
1 parent f0fd617 commit 4c67936

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
@@ -9,6 +9,7 @@
99
install
1010
install_py
1111
install_ext
12+
dist
1213
1314
but this list will undoubtedly grow with time."""
1415

@@ -20,4 +21,5 @@
2021
'install',
2122
'install_py',
2223
'install_ext',
24+
'dist',
2325
]

0 commit comments

Comments
 (0)