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'] },