Skip to content
Snippets Groups Projects
Commit d2046bc2 authored by theos's avatar theos
Browse files

Adapted to changes in keepers.get_Configuration.

parent 7a8ed3e1
Branches
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ variable_mpi_init_checks = keepers.Variable('mpi_init_checks',
genus='boolean')
# Construct the configuration object
configuration = keepers.get_Configuration('D2O')
configuration = keepers.get_Configuration(name='D2O', file_name='D2O.conf')
[configuration.register(vari) for vari in
......
......@@ -40,8 +40,8 @@ setup(
packages=['d2o', 'd2o.config', 'd2o.mpi_dummy', 'test'],
zip_safe=False,
dependency_links = [
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers"],
install_requires = ["keepers"],
"git+https://gitlab.mpcdf.mpg.de/ift/keepers.git#egg=keepers-0.1.1"],
install_requires = ["keepers>=0.1.1"],
long_description=read('README.rst'),
license = "GPLv3",
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment