modify for windows
This commit is contained in:
parent
3ee9ff7f4d
commit
03100c1bb1
3
setup.py
3
setup.py
|
|
@ -1,11 +1,12 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
import py2exe
|
||||||
version = '0.5.1'
|
version = '0.5.1'
|
||||||
name = 'websockify'
|
name = 'websockify'
|
||||||
long_description = open("README.md").read() + "\n" + \
|
long_description = open("README.md").read() + "\n" + \
|
||||||
open("CHANGES.txt").read() + "\n"
|
open("CHANGES.txt").read() + "\n"
|
||||||
|
|
||||||
setup(name=name,
|
setup(name=name,
|
||||||
|
console=['run'],
|
||||||
version=version,
|
version=version,
|
||||||
description="Websockify.",
|
description="Websockify.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue