license under Apache License v2.0
This commit is contained in:
parent
96a86c028d
commit
ce805f0aea
25 changed files with 469 additions and 345 deletions
6
setup.py
6
setup.py
|
@ -7,8 +7,8 @@ with codecs.open('README.rst', encoding='utf-8') as f:
|
|||
|
||||
setup(
|
||||
name="shadowsocks",
|
||||
version="2.6.7",
|
||||
license='MIT',
|
||||
version="2.6.8",
|
||||
license='http://www.apache.org/licenses/LICENSE-2.0',
|
||||
description="A fast tunnel proxy that help you get through firewalls",
|
||||
author='clowwindy',
|
||||
author_email='clowwindy42@gmail.com',
|
||||
|
@ -24,7 +24,7 @@ setup(
|
|||
ssserver = shadowsocks.server:main
|
||||
""",
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue