Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Issue #37
  • Loading branch information
Francesco Masala authored and mirkobrombin committed Nov 13, 2020
1 parent 8a49698 commit 6a34d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_data = [(share_path+'/metainfo', ['data/com.github.mirkobrombin.football.appdata.xml']),
(share_path+'/applications', ['data/com.github.mirkobrombin.football.desktop']),
(icons_path,['data/com.github.mirkobrombin.football.svg']),
(inst_path,['football/wine.py']),
(inst_path,['football/mine.py']),
(inst_path,['football/__init__.py'])]

setup( name='Football',
Expand Down

0 comments on commit 6a34d98

Please sign in to comment.