1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 07:26:13 +01:00

fix Python PI publish

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-10-15 17:27:00 +02:00
parent 5c4d8fcd2a
commit 448b6abb06

View File

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