diff --git a/data-raw/_generate_python_wrapper.sh b/data-raw/_generate_python_wrapper.sh index e90bf5bc..4530e612 100644 --- a/data-raw/_generate_python_wrapper.sh +++ b/data-raw/_generate_python_wrapper.sh @@ -31,7 +31,7 @@ # Clean up rm -rf python_wrapper/AMR/* -mkdir python_wrapper/AMR/AMR +mkdir -p python_wrapper/AMR/AMR # Output Python file functions_file="python_wrapper/AMR/AMR/functions.py" @@ -245,7 +245,7 @@ setup( 'numpy', 'pandas', ], - author='Matthijs Berends', + author='Dr. Matthijs Berends', author_email='m.s.berends@umcg.nl', description='A Python wrapper for the AMR R package', long_description=open('README.md').read(),