summarylogtreecommitdiffstats
path: root/tests-package.patch
blob: 8e13b1f6b151fd1b1fa35ec8b13d9bc74a6dd941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See https://github.com/liris/websocket-client/issues/112
--- setup.py.ori	2014-10-06 15:14:40.635658796 +0200
+++ setup.py	2014-10-06 15:14:54.588886934 +0200
@@ -36,9 +36,8 @@
     keywords='websockets',
     scripts=["bin/wsdump.py"],
     install_requires=install_requires,
-    packages=["tests", "websocket"],
+    packages=["websocket"],
     package_data={
-        'tests': ['data/*.txt'],
         'websocket': ["cacert.pem"]
     },
 )