diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-15 20:21:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-03-15 20:23:43 +0700 |
commit | 7a0ace220c7acfa8df5a4fe494f424b5d9970a06 (patch) | |
tree | a087b7fe644afbbd5bdad0248cbc79de1491fc55 /setup.py | |
parent | be6c2fedea57177b75bc1f50dfc016d672be92b1 (diff) | |
download | brutalmaze-7a0ace220c7acfa8df5a4fe494f424b5d9970a06.tar.gz |
Switch back to thrilling white noise 0.8.24
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py index 2ffd2c0..ad9814a 100755 --- a/setup.py +++ b/setup.py @@ -7,13 +7,13 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.8.23', - description='A minimalist TPS game with fast-paced action', + version='0.8.24', + description="Minimalist thrilling shoot 'em up game", long_description=long_description, url='https://github.com/McSinyx/brutalmaze', author='Nguyễn Gia Phong', author_email='vn.mcsinyx@gmail.com', - license='GPLv3+', + license='AGPLv3+', classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: MacOS X', @@ -25,7 +25,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Games/Entertainment :: Arcade'], - keywords='pygame third-person-shooter arcade-game maze ai-challenges', + keywords='pygame shmup arcade-game maze ai-challenges', packages=['brutalmaze'], install_requires=['appdirs', 'pygame>=1.9'], package_data={'brutalmaze': ['icon.png', 'soundfx/*.ogg', 'settings.ini']}, |