We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff2808 commit 2e37637Copy full SHA for 2e37637
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Fixes
9
- fixed fetch_adk_transitions_DIMS() failed to fetch (#19)
10
- added six to install requirements (#22)
11
+- added setuptools to install requirements (#23)
12
13
### Changes
14
setup.py
@@ -69,6 +69,8 @@
69
packages=find_packages(),
70
package_dir={'MDAnalysisData': 'MDAnalysisData'},
71
package_data={'MDAnalysisData': ['descr/*.rst']},
72
- install_requires=['six'],
+ install_requires=['six',
73
+ 'setuptools',
74
+ ],
75
zip_safe=True,
76
)
0 commit comments