about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-04 23:35:43 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-04-04 23:35:43 +0700
commit92a41b3cff725da25c510b1684d9a72acd8cc0c8 (patch)
tree4d07c6ccc89dacc184ad6a501861c04289a85723
parente63a1d8dc812d799ebea6960387263f321187292 (diff)
downloadbrutalmaze-92a41b3cff725da25c510b1684d9a72acd8cc0c8.tar.gz
Fix broken argument parser on Windows 0.6.5
-rw-r--r--brutalmaze/game.py2
-rwxr-xr-xsetup.py4
m---------wiki0
3 files changed, 3 insertions, 3 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 <https://www.gnu.org/licenses/>.
 
-__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
-Subproject 95460d43a78de632b8099d861eabb11650d0720
+Subproject 8f40eb7b3d368076bb2b9fc4d268472af62e288