Skip to content

Commit

Permalink
Fix typo (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Dec 3, 2024
1 parent cd0fd94 commit 16c0b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 16c0b7b

Please sign in to comment.