From 1dc05aa10adea32969c562760429af9c8306f3ac Mon Sep 17 00:00:00 2001 From: Lertsenem Date: Mon, 29 Nov 2021 00:42:14 +0100 Subject: [PATCH] Fix setup.py pckage generation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78484d8..0d12c11 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ if os.name == "posix": long_description = long_description, long_description_content_type = "text/plain", url = lokrez.version.URL, - packages = ["lokrez"], + packages = ["lokrez", "lokrez.game"], install_requires = [ "jinja2", "requests",