From 48dfd910463c33e0e331f84e151ac7fe1f93dbe2 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 6 Aug 2019 14:13:52 +0200 Subject: First version with only simplex tree that compiles. Cannot find how not to generate .cpp in sources --- src/cython/gudhi/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/cython/gudhi/__init__.py (limited to 'src/cython/gudhi/__init__.py') diff --git a/src/cython/gudhi/__init__.py b/src/cython/gudhi/__init__.py new file mode 100644 index 00000000..fde749eb --- /dev/null +++ b/src/cython/gudhi/__init__.py @@ -0,0 +1 @@ +# Fake empty __init__.py for cython to accept this directory as a Python package -- cgit v1.2.3