Remove javascript files from setup.py

The js implementation of websockify has been split into a different
repository, this means that these files are no longer present here.
This commit is contained in:
Samuel Mannehed 2019-07-14 23:22:10 +02:00
parent 1553fa791e
commit 53004a071d
1 changed files with 0 additions and 3 deletions

View File

@ -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",