Commit 4c67936e authored by Greg Ward's avatar Greg Ward

Added 'dist' command.

parent f0fd6175
...@@ -9,6 +9,7 @@ commands. Currently this means: ...@@ -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', ...@@ -20,4 +21,5 @@ __all__ = ['build',
'install', 'install',
'install_py', 'install_py',
'install_ext', 'install_ext',
'dist',
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment