From c74c518fa8378b70d600e3341629332037988e85 Mon Sep 17 00:00:00 2001 From: zzzzrrr Date: Wed, 11 Nov 2009 20:13:43 -0500 Subject: [PATCH] moved triangulator --- python/{ => include}/triangulator.pyx | 0 python/setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename python/{ => include}/triangulator.pyx (100%) diff --git a/python/triangulator.pyx b/python/include/triangulator.pyx similarity index 100% rename from python/triangulator.pyx rename to python/include/triangulator.pyx diff --git a/python/setup.py b/python/setup.py index 293a106..113ffdb 100644 --- a/python/setup.py +++ b/python/setup.py @@ -9,7 +9,7 @@ from Cython.Distutils import build_ext version = '0.1' -sourcefiles = ['include/framework.pyx'] +sourcefiles = ['framework/framework.pyx'] # Platform-dependent submodules