mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 08:06:12 +01:00
fix Python PI publish
This commit is contained in:
parent
5c4d8fcd2a
commit
448b6abb06
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user