Skip to content

Commit

Permalink
Fixed install error
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jul 31, 2019
1 parent 1cdcf4f commit 900e6ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude README.rst
exclude test/*.py
include requirements.txt
recursive-include pygameMenu/fonts *.ttf
recursive-include pygameMenu/sounds *.ogg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
<a href="https://www.python.org/downloads/"><img alt="Python 2.7+/3.4+" src="https://img.shields.io/badge/python-2.7+ / 3.4+-red.svg" /></a>
<a href="https://www.pygame.org/"><img alt="Pygame 1.9.4+" src="https://img.shields.io/badge/pygame-1.9.4+-orange.svg" /></a>
<a href="https://pypi.org/project/pygame-menu/"><img alt="PyPi package" src="https://badge.fury.io/py/pygame-menu.svg" /></a>
<br>
<br />
<a href="https://codecov.io/gh/ppizarror/pygame-menu"><img src="https://codecov.io/gh/ppizarror/pygame-menu/branch/master/graph/badge.svg" /></a>
<a href="https://travis-ci.org/ppizarror/pygame-menu"><img src="https://travis-ci.org/ppizarror/pygame-menu.svg?branch=master" /></a>
<a href="https://lgtm.com/projects/g/ppizarror/pygame-menu/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/ppizarror/pygame-menu.svg?logo=lgtm&logoWidth=18" /></a>
<a href="https://lgtm.com/projects/g/ppizarror/pygame-menu/context:python"><img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/ppizarror/pygame-menu.svg?logo=lgtm&logoWidth=18" /></a>
</div><br />

Python library that can create a simple Menu for pygame application, supports:
Python library that can create a simple menu for pygame application, supports:

1. Textual menus
2. Buttons
Expand Down
4 changes: 2 additions & 2 deletions pygameMenu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ def __str__(self):
patch = property(lambda self: self[2])


ver = "2.0.0"
vernum = PygameMenuVersion(2, 0, 0)
ver = "2.0.1"
vernum = PygameMenuVersion(2, 0, 1)
rev = ""

0 comments on commit 900e6ab

Please sign in to comment.