We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d302497 commit e871e97Copy full SHA for e871e97
python/bindings.cc
@@ -13,7 +13,7 @@ namespace py = pybind11;
13
14
using namespace tinyobj;
15
16
-PYBIND11_MODULE(tinyobj, tobj_module)
+PYBIND11_MODULE(tinyobjloader, tobj_module)
17
{
18
tobj_module.doc() = "Python bindings for TinyObjLoader.";
19
0 commit comments