Update setup.py

This commit is contained in:
Niels Müller
2016-06-22 14:57:43 +02:00
parent b56bc4b41e
commit dcbff4173d

View File

@ -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)