From b785d35e0b909187ee553055ce021275e915f9e3 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 25 Jul 2019 23:27:49 +0300 Subject: [PATCH] Add missing package - 'game'. See https://github.com/shlomif/PySolFC/issues/130 . Thanks to @scottfurry . --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a2c666e..3e98eb7b 100644 --- a/setup.py +++ b/setup.py @@ -91,6 +91,7 @@ kw = { 'pysollib.ui', 'pysollib.ui.tktile', 'pysollib.kivy', + 'pysollib.game', 'pysollib.games', 'pysollib.games.special', 'pysollib.games.ultra',