(v2.1.1.9118) move ggplot2 plotting functions to general 'plotting' man page

This commit is contained in:
2024-12-14 19:41:15 +01:00
parent bfef094bbc
commit d7de1bc33d
18 changed files with 332 additions and 291 deletions
+2 -2
View File
@@ -2,14 +2,14 @@ from setuptools import setup, find_packages
setup(
name='AMR',
version='2.1.1.9117',
version='2.1.1.9118',
packages=find_packages(),
install_requires=[
'rpy2',
'numpy',
'pandas',
],
author='Dr. Matthijs Berends',
author='Matthijs Berends',
author_email='m.s.berends@umcg.nl',
description='A Python wrapper for the AMR R package',
long_description=open('README.md').read(),