summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2012-02-29 10:46:49 +0900
committerliris <liris.pp@gmail.com>2012-02-29 10:46:49 +0900
commitf914df82f19ce2281394ae0ad6f075c20b1e1ac1 (patch)
tree2a83cfc6daa200ee663dd0e1346c932318fd3045 /setup.py
parentcf53c18d375cf40a71294771b2eec2ec0a6ca54e (diff)
downloadwebsocket-client-f914df82f19ce2281394ae0ad6f075c20b1e1ac1.tar.gz
- docuemnt for wsdump.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cb9703d..21ee512 100644
--- a/setup.py
+++ b/setup.py
@@ -24,4 +24,5 @@ setup(
"Intended Audience :: Developers",
],
py_modules=["websocket"],
+ scripts=["bin/wsdump.py"]
)