include LICENSE in package tar
This commit is contained in:
parent
a323f878e1
commit
fed480bb17
2 changed files with 5 additions and 2 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
recursive-include *.py
|
||||
include README.rst
|
||||
include LICENSE
|
4
setup.py
4
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
|||
|
||||
setup(
|
||||
name="shadowsocks",
|
||||
version="2.0.10",
|
||||
version="2.0.11",
|
||||
license='MIT',
|
||||
description="A fast tunnel proxy that help you get through firewalls",
|
||||
author='clowwindy',
|
||||
|
@ -14,7 +14,7 @@ setup(
|
|||
url='https://github.com/clowwindy/shadowsocks',
|
||||
packages=['shadowsocks'],
|
||||
package_data={
|
||||
'shadowsocks': ['README.rst', 'LICENSE', 'config.json']
|
||||
'shadowsocks': ['README.rst', 'LICENSE']
|
||||
},
|
||||
install_requires=[],
|
||||
entry_points="""
|
||||
|
|
Loading…
Reference in a new issue