diff --git a/setup.py b/setup.py index 24d7643..1fdcdf8 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,6 @@ setup(name=name, "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], - data_files=[('share/websockify/include', - ['include/util.js', - 'include/websock.js'])], keywords='noVNC websockify', license='LGPLv3', url="https://github.com/novnc/websockify",