Skip to content

Commit a140a22

Browse files
committed
Fix module name in python 3
1 parent fecbc29 commit a140a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run_command(self, command):
9393
# libraries=[]
9494
# runtime_library_dirs=[]
9595
# extra_objects, extra_compile_args, extra_link_args
96-
fusemodule = Extension('fuseparts._fusemodule', sources = ['fuseparts/_fusemodule.c'],
96+
fusemodule = Extension('fuseparts._fuse', sources = ['fuseparts/_fusemodule.c'],
9797
include_dirs = iflags,
9898
extra_compile_args = extra_cflags,
9999
library_dirs = libdirs,

0 commit comments

Comments
 (0)