diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-02 21:39:06 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-11-02 21:39:06 +0700 |
commit | 13e0ea6f987273609cd6d199030bbf526ab4d726 (patch) | |
tree | 66f8b856524b9089d72b6f0c1cc917db8ec764e1 /setup.py | |
parent | ba4a575ab52f792f46c2f4d49d44edd7ff8e203d (diff) | |
download | brutalmaze-13e0ea6f987273609cd6d199030bbf526ab4d726.tar.gz |
Fix various movement and display bugs 0.0.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 083b11b..b1f9853 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( author_email='vn.mcsinyx@gmail.com', license='GPLv3+', classifiers=[ - 'Development Status :: 1 - Planning' + 'Development Status :: 2 - Pre-Alpha', 'Environment :: MacOS X', 'Environment :: Win32 (MS Windows)', 'Environment :: X11 Applications', @@ -25,7 +25,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Games/Entertainment :: Arcade'], - keywords='', + keywords='pygame action-game', packages=['brutalmaze'], install_requires=['pygame>=1.9'], package_data={'brutalmaze': ['icon.png']}, |