Browse Source

Fix setup.py pckage generation

Lertsenem 2 years ago
parent
commit
1dc05aa10a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -73,7 +73,7 @@ if os.name == "posix":
73 73
             long_description = long_description,
74 74
             long_description_content_type = "text/plain",
75 75
             url = lokrez.version.URL,
76
-            packages = ["lokrez"],
76
+            packages = ["lokrez", "lokrez.game"],
77 77
             install_requires = [
78 78
                 "jinja2",
79 79
                 "requests",