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