From e24b21872d2ba71dc481531c280edcc2b16ec41d Mon Sep 17 00:00:00 2001 From: fredrik Date: Wed, 22 Nov 2006 15:54:28 +0000 Subject: [PATCH] More metadata. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@753 959494ce-11ee-0310-bf91-de5d638817bd --- lib/python/setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/python/setup.py b/lib/python/setup.py index 527b678..3e73e12 100755 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -7,7 +7,10 @@ dolmod = Extension("dolmod", ["dolmod.c"], setup(name = "dolcon-py", version = "0.3", - description = "Python glue module for libdolcon", + description = "Python glue module for libdcui", + author = "Fredrik Tolf", + author_email = "fredrik@dolda2000.com", + url = "http://www.dolda2000.com/~fredrik/doldaconnect/", ext_modules = [dolmod], packages = ["dolcon"], license = "GPL-2") -- 2.11.0