From 6a34d98b105c9bb6a6c81a25fd145caf80eb5d84 Mon Sep 17 00:00:00 2001 From: Francesco Masala Date: Fri, 13 Nov 2020 08:57:11 +0100 Subject: [PATCH] Update setup.py Issue #37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bd6fb8..bbbb118 100644 --- a/setup.py +++ b/setup.py @@ -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',