Skip to content

Commit e871e97

Browse files
committed
Update modulename.
1 parent d302497 commit e871e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/bindings.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace py = pybind11;
1313

1414
using namespace tinyobj;
1515

16-
PYBIND11_MODULE(tinyobj, tobj_module)
16+
PYBIND11_MODULE(tinyobjloader, tobj_module)
1717
{
1818
tobj_module.doc() = "Python bindings for TinyObjLoader.";
1919

0 commit comments

Comments
 (0)