Browse Source

Fixed path issue (maybe)

pull/6/head
chriskiehl 10 years ago
parent
commit
e5e880e8dd
1 changed files with 2 additions and 2 deletions
  1. 4
      setup.py

4
setup.py

@ -24,8 +24,8 @@ setup(
author='Chris Kiehl', author='Chris Kiehl',
author_email='ckiehl@gmail.com', author_email='ckiehl@gmail.com',
data_files=[ data_files=[
('', images),
('', languages)
('gooey/images', images),
('gooey/languages', languages)
], ],
packages=[ packages=[
'gooey', 'gooey',

Loading…
Cancel
Save