Skip to content

Commit

Permalink
Add namespace_packages argument to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 29, 2015
1 parent 735bc8f commit 8c7953f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def run_tests(self):
long_description=long_description,
install_requires=requirements,
include_package_data=True,
namespace_packages=['wechatpy'],
tests_require=[
'pytest',
'httmock',
Expand Down

0 comments on commit 8c7953f

Please sign in to comment.