Replace non-free sound effect (#4)

This commit is contained in:
Nguyễn Gia Phong 2018-01-22 23:27:28 +07:00
parent 7fe7311371
commit 7839f30240
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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