From eee6ca374ed35787cdb7a61c1c75b3afa208148c Mon Sep 17 00:00:00 2001 From: fredrik Date: Wed, 22 Nov 2006 15:31:54 +0000 Subject: [PATCH] Change package name. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@750 959494ce-11ee-0310-bf91-de5d638817bd --- lib/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/setup.py b/lib/python/setup.py index e2e20d0..527b678 100755 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup, Extension dolmod = Extension("dolmod", ["dolmod.c"], libraries = ["dcui"]) -setup(name = "dolcon", +setup(name = "dolcon-py", version = "0.3", description = "Python glue module for libdolcon", ext_modules = [dolmod], -- 2.11.0