renamed pyigl to avoid name clashes with the static library

Former-commit-id: 060b3b233b
This commit is contained in:
Daniele Panozzo
2016-03-03 15:38:06 -05:00
parent 5c0a336043
commit b9e9748357
30 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ extern void python_export_igl_viewer(py::module &);
extern void python_export_igl_comiso(py::module &);
#endif
PYTHON_PLUGIN(igl) {
PYTHON_PLUGIN(pyigl) {
py::init_threading();
py::module m("igl", "Python wrappers for libigl");
py::module m("pyigl", "Python wrappers for libigl");
python_export_vector(m);
python_export_igl(m);