Fix setup.py again because I'm stupid

master
Lertsenem 2021-11-29 00:54:27 +01:00
parent 1dc05aa10a
commit 8b0ffb8a21
1 changed files with 1 additions and 1 deletions

View File

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