From dcbff4173ddb29956975e6507d6e82fc45962f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=BCller?= Date: Wed, 22 Jun 2016 14:57:43 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b78f419..2ad5390 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import numpy def check_header_version(include_path): - with open(os.path.join(include_path, 'version.h')) as f: + with open(os.path.join(include_path, 'gromacs/version.h')) as f: for l in f.readlines(): if '#define GMX_API_VERSION' in l: print(l)