more work

This commit is contained in:
clowwindy 2014-06-01 11:22:57 +08:00
parent c2f6bc369c
commit 9b2a45583e
3 changed files with 34 additions and 74 deletions

View file

@ -6,7 +6,7 @@ with open('README.rst') as f:
setup(
name="shadowsocks",
version="1.4.5",
version="2.0",
license='MIT',
description="a lightweight tunnel proxy",
author='clowwindy',
@ -16,7 +16,7 @@ setup(
package_data={
'shadowsocks': ['README.rst', 'LICENSE', 'config.json']
},
install_requires=['setuptools'],
install_requires=[],
entry_points="""
[console_scripts]
sslocal = shadowsocks.local:main