From 4b96a6cd489a6d9a689f564da2d76025092fcbfa Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sat, 9 Feb 2008 22:26:47 +0100 Subject: [PATCH] Fix the python module's name --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ], -- 2.47.2