From 72ba428756da4286a2e1677e25f763bb8ccf3504 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 21 Apr 2008 17:09:30 -0400 Subject: [PATCH] Fix setup. --- MANIFEST.in | 11 +++++++++-- setup.py | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 70080b4..e85f071 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,12 @@ -include src/*.h -include src/*.hpp +include src/cpp/*.h +include src/cpp/*.hpp +include src/wrapper/*.h +include src/wrapper/*.hpp include LICENSE include test/*.py include test/clean.sh + +include ez_setup.py +include configure +include Makefile.in +include aksetup_helper.py diff --git a/setup.py b/setup.py index a1fb05d..7b45987 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def main(): ("SELF_CHECK", 1) , ] - INCLUDE_DIRS = conf["BOOST_INC_DIR"] + INCLUDE_DIRS = conf["BOOST_INC_DIR"] + ["src/cpp"] LIBRARY_DIRS = conf["BOOST_LIB_DIR"] LIBRARIES = conf["BOOST_PYTHON_LIBNAME"] -- GitLab