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:
parent
1553fa791e
commit
53004a071d
3
setup.py
3
setup.py
|
|
@ -18,9 +18,6 @@ setup(name=name,
|
||||||
"Programming Language :: Python :: 3.3",
|
"Programming Language :: Python :: 3.3",
|
||||||
"Programming Language :: Python :: 3.4"
|
"Programming Language :: Python :: 3.4"
|
||||||
],
|
],
|
||||||
data_files=[('share/websockify/include',
|
|
||||||
['include/util.js',
|
|
||||||
'include/websock.js'])],
|
|
||||||
keywords='noVNC websockify',
|
keywords='noVNC websockify',
|
||||||
license='LGPLv3',
|
license='LGPLv3',
|
||||||
url="https://github.com/novnc/websockify",
|
url="https://github.com/novnc/websockify",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue