add shadowsocks.obfsplugin to setup.py for distribution

This commit is contained in:
chenss 2016-07-28 21:21:10 +08:00
parent f0d6a5b41e
commit 1121434a5f

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']
},