modify for windows

This commit is contained in:
panxiao.px 2015-06-04 19:22:07 +08:00
parent 3ee9ff7f4d
commit 03100c1bb1
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
from setuptools import setup, find_packages
import py2exe
version = '0.5.1'
name = 'websockify'
long_description = open("README.md").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
setup(name=name,
console=['run'],
version=version,
description="Websockify.",
long_description=long_description,