Fix setup.py again because I'm stupid
parent
1dc05aa10a
commit
8b0ffb8a21
2
setup.py
2
setup.py
|
@ -73,7 +73,7 @@ if os.name == "posix":
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
long_description_content_type = "text/plain",
|
long_description_content_type = "text/plain",
|
||||||
url = lokrez.version.URL,
|
url = lokrez.version.URL,
|
||||||
packages = ["lokrez", "lokrez.game"],
|
packages = ["lokrez", "lokrez.games"],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"jinja2",
|
"jinja2",
|
||||||
"requests",
|
"requests",
|
||||||
|
|
Loading…
Reference in New Issue