From 9dff378b57fbe16aa9edde9e3bc4eab959081e83 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 20 May 2018 20:33:50 +0700 Subject: Allow moving hero using mouse --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b2b83be..5588f06 100755 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.5', - description='A minimalist hack and slash game with fast-paced action', + version='0.7.0', + description='A minimalist TPS game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', author='Nguyễn Gia Phong', @@ -25,7 +25,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Games/Entertainment :: Arcade'], - keywords='pygame action-game arcade-game maze socket-server ai-challenges', + keywords='pygame third-person-shooter arcade-game maze ai-challenges', packages=['brutalmaze'], install_requires=['appdirs', 'pygame>=1.9'], package_data={'brutalmaze': ['icon.png', 'soundfx/*.ogg', 'settings.ini']}, -- cgit 1.4.1