diff --git a/setup.py b/setup.py index 6088df2..445b505 100755 --- a/setup.py +++ b/setup.py @@ -34,5 +34,6 @@ 'pytest==2.5.2', ], packages=['wok'], + package_data={'wok':['contrib/*']}, scripts=['scripts/wok'], )