Skip to content

Commit

Permalink
pypi name change
Browse files Browse the repository at this point in the history
  • Loading branch information
macskay committed Apr 29, 2015
1 parent 7510c64 commit 9f592fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(name="tazlib",
version="1.0.0",
description="Taz - Game Stack for managing Scenes",
description="Taz - Game Loop and Scene Stack Manager",
author="Max Klingmann <[email protected]>",
author_email="[email protected]",
packages=['taz'],
license="GPLv3",
url="https://github.com/mkli90/Taz",
download_url = "https://github.com/mkli90/Taz/tarball/1.0.0",
long_description="For a longer description see our GitHub-Page",
long_description="http://taz.readthedocs.org/en/latest/index.html",
package_data={
'tmz': ['LICENSE']
},
Expand Down

0 comments on commit 9f592fe

Please sign in to comment.