From 16c0b7b1ba2a653d7838eedb0557f620faaa9154 Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Tue, 3 Dec 2024 15:27:41 -0500 Subject: [PATCH] Fix typo (#239) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 12b97d3..01045da 100644 --- a/setup.py +++ b/setup.py @@ -1,13 +1,13 @@ import setuptools -__version__ = '0.0.157' +__version__ = '0.0.158' with open("README.md", "r") as readme_file: long_description = readme_file.read() setuptools.setup( name='rlbot_gui', - packages=setuptools.find_namespace_packages(exclude=['*logos*'], include=["rlbot_gui.*"]), + packages=setuptools.find_namespace_packages(exclude=['*logos*'], include=["rlbot_gui*"]), python_requires='>=3.11', # It actually requires 'gevent', 'eel', 'PyQt5', but that messes up the install for some people and we're # already bundling those in the pynsist installer.