AMR 2.1.1.9094__tar.gz → 2.1.1.9095__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR.egg-info/PKG-INFO +2 -2
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/PKG-INFO +2 -2
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/setup.py +2 -2
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR/__init__.py +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR/datasets.py +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR/functions.py +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR.egg-info/SOURCES.txt +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR.egg-info/dependency_links.txt +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR.egg-info/requires.txt +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/AMR.egg-info/top_level.txt +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/README.md +0 -0
- {AMR-2.1.1.9094 → AMR-2.1.1.9095}/setup.cfg +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: AMR
|
3
|
-
Version: 2.1.1.
|
3
|
+
Version: 2.1.1.9095
|
4
4
|
Summary: A Python wrapper for the AMR R package
|
5
5
|
Home-page: https://github.com/msberends/AMR
|
6
|
-
Author: Matthijs Berends
|
6
|
+
Author: Dr. Matthijs Berends
|
7
7
|
Author-email: m.s.berends@umcg.nl
|
8
8
|
License: GPL 2
|
9
9
|
Project-URL: Bug Tracker, https://github.com/msberends/AMR/issues
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: AMR
|
3
|
-
Version: 2.1.1.
|
3
|
+
Version: 2.1.1.9095
|
4
4
|
Summary: A Python wrapper for the AMR R package
|
5
5
|
Home-page: https://github.com/msberends/AMR
|
6
|
-
Author: Matthijs Berends
|
6
|
+
Author: Dr. Matthijs Berends
|
7
7
|
Author-email: m.s.berends@umcg.nl
|
8
8
|
License: GPL 2
|
9
9
|
Project-URL: Bug Tracker, https://github.com/msberends/AMR/issues
|
@@ -2,14 +2,14 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='AMR',
|
5
|
-
version='2.1.1.
|
5
|
+
version='2.1.1.9095',
|
6
6
|
packages=find_packages(),
|
7
7
|
install_requires=[
|
8
8
|
'rpy2',
|
9
9
|
'numpy',
|
10
10
|
'pandas',
|
11
11
|
],
|
12
|
-
author='Matthijs Berends',
|
12
|
+
author='Dr. Matthijs Berends',
|
13
13
|
author_email='m.s.berends@umcg.nl',
|
14
14
|
description='A Python wrapper for the AMR R package',
|
15
15
|
long_description=open('README.md').read(),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|