- add keyword

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

View File

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