Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ import numpy
|
|||||||
|
|
||||||
|
|
||||||
def check_header_version(include_path):
|
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():
|
for l in f.readlines():
|
||||||
if '#define GMX_API_VERSION' in l:
|
if '#define GMX_API_VERSION' in l:
|
||||||
print(l)
|
print(l)
|
||||||
|
Reference in New Issue
Block a user