- fixed #112
This commit is contained in:
parent
7ceb9d1668
commit
0bddfdca7f
4
setup.py
4
setup.py
@ -36,9 +36,9 @@ setup(
|
||||
keywords='websockets',
|
||||
scripts=["bin/wsdump.py"],
|
||||
install_requires=install_requires,
|
||||
packages=["tests", "websocket"],
|
||||
packages=["websocket", "websocket.tests"],
|
||||
package_data={
|
||||
'tests': ['data/*.txt'],
|
||||
'websocket.tests': ['data/*.txt'],
|
||||
'websocket': ["cacert.pem"]
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user