diff --git a/pybind/pybind11 b/pybind/pybind11 deleted file mode 160000 index 06a54018c..000000000 --- a/pybind/pybind11 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 06a54018c8a9fd9a7be5f5b56414b5da9259f637 diff --git a/pybind/CMakeLists.txt b/python/CMakeLists.txt similarity index 100% rename from pybind/CMakeLists.txt rename to python/CMakeLists.txt diff --git a/pybind/README.md b/python/README.md similarity index 100% rename from pybind/README.md rename to python/README.md diff --git a/pybind/setup.py b/python/setup.py similarity index 100% rename from pybind/setup.py rename to python/setup.py diff --git a/pybind/src/main.cpp b/python/src/main.cpp similarity index 100% rename from pybind/src/main.cpp rename to python/src/main.cpp