From 92a41b3cff725da25c510b1684d9a72acd8cc0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 4 Apr 2018 23:35:43 +0700 Subject: [PATCH] Fix broken argument parser on Windows --- brutalmaze/game.py | 2 +- setup.py | 4 ++-- wiki | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/brutalmaze/game.py b/brutalmaze/game.py index cbe5e6c..f155ad9 100644 --- a/brutalmaze/game.py +++ b/brutalmaze/game.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Brutal Maze. If not, see . -__version__ = '0.6.4' +__version__ = '0.6.5' import re from argparse import ArgumentParser, FileType, RawTextHelpFormatter diff --git a/setup.py b/setup.py index adceb9f..b2b83be 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.4', + version='0.6.5', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', @@ -29,4 +29,4 @@ setup( packages=['brutalmaze'], install_requires=['appdirs', 'pygame>=1.9'], package_data={'brutalmaze': ['icon.png', 'soundfx/*.ogg', 'settings.ini']}, - entry_points={'gui_scripts': ['brutalmaze = brutalmaze.game:main']}) + entry_points={'console_scripts': ['brutalmaze = brutalmaze.game:main']}) diff --git a/wiki b/wiki index 95460d4..8f40eb7 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 95460d43a78de632b8099d861eabb11650d07207 +Subproject commit 8f40eb7b3d368076bb2b9fc4d268472af62e2886