Commit be665e8e authored by Patrik Huber's avatar Patrik Huber

Renamed filename in header

parent 78cee25a
/* /*
* eos - A 3D Morphable Model fitting library written in modern C++11/14. * eos - A 3D Morphable Model fitting library written in modern C++11/14.
* *
* File: utils/create-python-bindings.cpp * File: utils/generate-python-bindings.cpp
* *
* Copyright 2016 Patrik Huber * Copyright 2016 Patrik Huber
* *
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
namespace py = pybind11; namespace py = pybind11;
/** /**
* Create python bindings for the eos library using pybind11. * Generate python bindings for the eos library using pybind11.
*/ */
PYBIND11_PLUGIN(eos) { PYBIND11_PLUGIN(eos) {
py::module m("eos", "Python bindings to the 3D Morphable Face Model fitting library"); py::module m("eos", "Python bindings to the 3D Morphable Face Model fitting library");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment