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',