From c065e386fe2872421168a6797f03f9864ff31be0 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Tue, 21 Jul 2015 15:28:28 +0200 Subject: [PATCH] remove unneeded include dir --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0f9acb00..0eaa959a 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,7 @@ import os # first off, this is the install folder for fftw and/or openmpi etc local_install_dir = '/scratch.local/chichi/installs' -include_dirs = ['src', - '/usr/lib64/mpi/gcc/openmpi/include', +include_dirs = ['/usr/lib64/mpi/gcc/openmpi/include', '/usr/include/mpich', os.path.join(local_install_dir, 'include')] ######################################################################## @@ -85,6 +84,8 @@ setup( ######################################################################## # useless stuff folows ######################################################################## + description = 'Big Fluid and Particle Solver', + long_description = open('README.rst', 'r').read(), author = AUTHOR, author_email = AUTHOR_EMAIL, version = VERSION, -- GitLab