Fix broken argument parser on Windows

This commit is contained in:
Nguyễn Gia Phong 2018-04-04 23:35:43 +07:00
parent e63a1d8dc8
commit 92a41b3cff
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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']})

2
wiki

@ -1 +1 @@
Subproject commit 95460d43a78de632b8099d861eabb11650d07207
Subproject commit 8f40eb7b3d368076bb2b9fc4d268472af62e2886