From: Bernd Zeimetz Date: Sat, 9 Feb 2008 21:26:47 +0000 (+0100) Subject: Fix the python module's name X-Git-Tag: v1.5.4~21^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F636%2Fhead;p=thirdparty%2Frrdtool-1.x.git Fix the python module's name --- diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 679666ba..b8fbad88 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -49,7 +49,7 @@ setup(name = "py-rrdtool", #packages = ['rrdtool'], ext_modules = [ Extension( - "rrdtoolmodule", + "rrdtool", ["rrdtoolmodule.c"], libraries=['rrd'], library_dirs=[ os.path.join(TOP_BUILDDIR, 'src', '.libs') ],