Merge pull request #103 from ufbycd/manyuser

add shadowsocks.obfsplugin to setup.py for distribution
This commit is contained in:
破娃酱 2016-07-29 12:23:34 +08:00 committed by GitHub
commit ca41f18f42

View file

@ -13,7 +13,7 @@ setup(
author='clowwindy',
author_email='clowwindy42@gmail.com',
url='https://github.com/shadowsocks/shadowsocks',
packages=['shadowsocks', 'shadowsocks.crypto'],
packages=['shadowsocks', 'shadowsocks.crypto', 'shadowsocks.obfsplugin'],
package_data={
'shadowsocks': ['README.rst', 'LICENSE']
},