Skip to content

Commit 16c0b7b

Browse files
authored
Fix typo (#239)
1 parent cd0fd94 commit 16c0b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import setuptools
22

3-
__version__ = '0.0.157'
3+
__version__ = '0.0.158'
44

55
with open("README.md", "r") as readme_file:
66
long_description = readme_file.read()
77

88
setuptools.setup(
99
name='rlbot_gui',
10-
packages=setuptools.find_namespace_packages(exclude=['*logos*'], include=["rlbot_gui.*"]),
10+
packages=setuptools.find_namespace_packages(exclude=['*logos*'], include=["rlbot_gui*"]),
1111
python_requires='>=3.11',
1212
# It actually requires 'gevent', 'eel', 'PyQt5', but that messes up the install for some people and we're
1313
# already bundling those in the pynsist installer.

0 commit comments

Comments
 (0)