Skip to content

Commit

Permalink
add shadowsocks.obfsplugin to setup.py for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ufbycd committed Jul 28, 2016
1 parent f0d6a5b commit 1121434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author='clowwindy',
author_email='[email protected]',
url='https://github.com/shadowsocks/shadowsocks',
packages=['shadowsocks', 'shadowsocks.crypto'],
packages=['shadowsocks', 'shadowsocks.crypto', 'shadowsocks.obfsplugin'],
package_data={
'shadowsocks': ['README.rst', 'LICENSE']
},
Expand Down

0 comments on commit 1121434

Please sign in to comment.