Skip to content

Commit

Permalink
Don't forget the layouts the next time ><.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowKyogre committed Jan 9, 2013
1 parent 05e880f commit c6ff128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion qtarot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import sys
from qtarotlib import gui
gui.main()
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def globby_decks():
data_files = [('share/qtarot/validators',glob.glob(os.path.join('validators', '*'))),
('share/qtarot/deck_defs',glob.glob(os.path.join('deck_defs', '*'))),
('share/qtarot/htmltpl',glob.glob(os.path.join('htmltpl', '*'))),
('share/qtarot/layouts',glob.glob(os.path.join('layouts','*'))),
('share/applications',['QTarot.desktop']),
('share/icons/hicolor/scalable/apps', ['hicolor/scalable/apps/qtarot.svg'])]
data_files.extend(globby_decks())
Expand Down

0 comments on commit c6ff128

Please sign in to comment.