Skip to content

Commit

Permalink
Added fonts to MANIFEST.in and __init__.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoboss committed Aug 31, 2020
1 parent 613852b commit 21469c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
global-exclude *
global-include *.py
include nsz/gui/fonts/*.*
include nsz/gui/json/*.json
include nsz/gui/layout/*.kv
include nsz/gui/shaders/*.shader
Expand Down
1 change: 1 addition & 0 deletions nsz/__init__.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ a = Analysis(['__init__.py'],
pathex=['C:\\Users\\Administrator\\Documents\\nsz\\nsz'],
binaries=[],
datas=[
('gui/fonts/*.*', 'nsz/gui/fonts'),
('gui/json/*.json', 'nsz/gui/json'),
('gui/layout/*.kv', 'nsz/gui/layout'),
('gui/shaders/*.shader', 'nsz/gui/shaders'),
Expand Down

0 comments on commit 21469c8

Please sign in to comment.