- add keyword

This commit is contained in:
liris 2013-03-08 08:57:27 +09:00
parent 2e0887ed73
commit 7573c84a52

@ -23,6 +23,7 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",
],
keywords='websockets',
py_modules=["websocket"],
scripts=["bin/wsdump.py"]
)