diff options
-rw-r--r-- | brutalmaze/game.py | 2 | ||||
-rwxr-xr-x | setup.py | 4 | ||||
m--------- | wiki | 0 |
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 |