From 1d0c10f4e792b1f2f2b0f43901fb293c415087f5 Mon Sep 17 00:00:00 2001 From: Mattia Montanari Date: Thu, 21 May 2020 17:16:38 +0100 Subject: [PATCH] Move into example folder --- openGJK_cython.pxd => examples/cython/openGJK_cython.pxd | 0 openGJK_cython.pyx => examples/cython/openGJK_cython.pyx | 0 pygjk_trial.py => examples/cython/pygjk_trial.py | 0 setup.py => examples/cython/setup.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename openGJK_cython.pxd => examples/cython/openGJK_cython.pxd (100%) rename openGJK_cython.pyx => examples/cython/openGJK_cython.pyx (100%) rename pygjk_trial.py => examples/cython/pygjk_trial.py (100%) rename setup.py => examples/cython/setup.py (100%) diff --git a/openGJK_cython.pxd b/examples/cython/openGJK_cython.pxd similarity index 100% rename from openGJK_cython.pxd rename to examples/cython/openGJK_cython.pxd diff --git a/openGJK_cython.pyx b/examples/cython/openGJK_cython.pyx similarity index 100% rename from openGJK_cython.pyx rename to examples/cython/openGJK_cython.pyx diff --git a/pygjk_trial.py b/examples/cython/pygjk_trial.py similarity index 100% rename from pygjk_trial.py rename to examples/cython/pygjk_trial.py diff --git a/setup.py b/examples/cython/setup.py similarity index 100% rename from setup.py rename to examples/cython/setup.py