more work
This commit is contained in:
parent
c2f6bc369c
commit
9b2a45583e
3 changed files with 34 additions and 74 deletions
4
setup.py
4
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue