diff --git a/setup.py b/setup.py index c94251979..40e98704b 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ elif boosttype == "mt": 'boost_thread-mt', 'z', 'pthread', 'ssl'] print 'Libraries mt' -deluge_core = Extension('_deluge_core', +deluge_core = Extension('deluge_core', include_dirs = includedirs, libraries = librariestype, extra_compile_args = EXTRA_COMPILE_ARGS,