From e5e880e8dd3809917af3fff481f601aafb0ba63f Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 24 Aug 2014 18:48:21 -0400 Subject: [PATCH] Fixed path issue (maybe) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 97522a2..a059a80 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setup( author='Chris Kiehl', author_email='ckiehl@gmail.com', data_files=[ - ('', images), - ('', languages) + ('gooey/images', images), + ('gooey/languages', languages) ], packages=[ 'gooey',