Skip to content

Commit

Permalink
* Mehr Informationen in das Setup Skript eingefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
jarus committed Jul 16, 2010
1 parent ce3984b commit 5c029d4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.py
@@ -1,9 +1,12 @@
from distutils.core import setup

setup(
name = "PyTS3",
version = "0.2",
author = "Christoph Heer",
author_email = "Christoph.Heer@googlemail.com",
py_modules = ["PyTS3"]
name = "PyTS3",
version = "$Rev$",
description = "PyTS3 is a little modul for Python, that you can better work with your TS3-Query in your Python projects."
author = "Christoph Heer",
author_email = "Christoph.Heer@googlemail.com",
license="MIT License",
url="http://redmine.thelabmill.de",
py_modules = ["PyTS3"]
)

0 comments on commit 5c029d4

Please sign in to comment.