From 7839f30240b4e9e0469058d40f0276dc3e6a2c19 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 22 Jan 2018 23:27:28 +0700 Subject: Replace non-free sound effect (#4) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f7a480a..83f781a 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.3.0', + version='0.3.1', description='A hash and slash game with fast-paced action and a minimalist art style', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', @@ -28,5 +28,5 @@ setup( keywords='pygame action-game arcade-game maze', packages=['brutalmaze'], install_requires=['pygame>=1.9'], - package_data={'brutalmaze': ['icon.png']}, + package_data={'brutalmaze': ['icon.png', '*.ogg']}, entry_points={'gui_scripts': ['brutalmaze = brutalmaze:main']}) -- cgit 1.4.1