From 9f592fedee6c33f30f7f8dfc0e9129a260f11a69 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 29 Apr 2015 22:33:49 +0200 Subject: [PATCH] pypi name change --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f7bafbd..94d0946 100644 --- a/setup.py +++ b/setup.py @@ -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 ", author_email="KlingmannM@gmail.com", 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'] },