Merge 49b4359f4b into 23045cb212
This commit is contained in:
commit
ef4a429646
6
setup.py
6
setup.py
|
|
@ -11,6 +11,12 @@ setup(name=name,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 2",
|
||||||
|
"Programming Language :: Python :: 2.6",
|
||||||
|
"Programming Language :: Python :: 2.7",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.3",
|
||||||
|
"Programming Language :: Python :: 3.4"
|
||||||
],
|
],
|
||||||
data_files=[('share/websockify/include',
|
data_files=[('share/websockify/include',
|
||||||
['include/util.js',
|
['include/util.js',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue