Skip to content

Commit

Permalink
V0.0.2, Edited setup.py description
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomonkey committed Apr 29, 2019
1 parent 6d39b64 commit fd48c3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Press **F2** to take screenshots. Screenshots get stored in your *data* director
when the game launches.

# Acknowledgements
Some images (described in the game's credits) were either directly used or modified versions of NASA images.
Some images (described in the game's credits) are either directly used or modified versions of NASA images.

# License
Uses the GNU GPLv3 License. See the LICENSE file for the full license.
2 changes: 1 addition & 1 deletion ii_game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__myname__ = "Interplanetary Invaders"
__title__ = "Interplanetary Invaders"
__author__ = "NachoMonkey"
__version__ = "0.0.1"
__version__ = "0.0.2"
__minimum_version__ = (3, 7)
__maximum_version = (3, 8)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def fmt(txt):

setup(
name="ii_game",
version="0.0.1",
version="0.0.2",
author="NachoMonkey",
description="Pygame-made space-invaders-esc game where you battle alien spiders across the solar system",
description="Interplanetary Invaders: Pygame-made space-invaders-esc game where you battle alien spiders across the solar system",
long_description=long_description,
long_description_content_type="text/markdown",
zip_safe=False,
Expand Down

0 comments on commit fd48c3d

Please sign in to comment.