From 3cea969d66cbd6e57d6bd4bfa52cded772fe3aed Mon Sep 17 00:00:00 2001 From: Dzianis Dashkevich Date: Sun, 29 Nov 2015 16:59:10 +0300 Subject: [PATCH] Fix loading package data --- setup.py | 1 + 1 file changed, 1 insertion(+) 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'], )