From 281aabf05b28a1c27622914167264152a88d6b68 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 31 Oct 2020 19:10:09 +0000 Subject: [PATCH] Updated folder --- pybind/pybind11 | 1 - {pybind => python}/CMakeLists.txt | 0 {pybind => python}/README.md | 0 {pybind => python}/setup.py | 0 {pybind => python}/src/main.cpp | 0 5 files changed, 1 deletion(-) delete mode 160000 pybind/pybind11 rename {pybind => python}/CMakeLists.txt (100%) rename {pybind => python}/README.md (100%) rename {pybind => python}/setup.py (100%) rename {pybind => python}/src/main.cpp (100%) 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