Skip to content

Commit 2e37637

Browse files
orbeckstrichardjgowers
authored andcommitted
add setuptools to install requirements
fix #23
1 parent bff2808 commit 2e37637

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Fixes
99
- fixed fetch_adk_transitions_DIMS() failed to fetch (#19)
1010
- added six to install requirements (#22)
11+
- added setuptools to install requirements (#23)
1112

1213
### Changes
1314

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
packages=find_packages(),
7070
package_dir={'MDAnalysisData': 'MDAnalysisData'},
7171
package_data={'MDAnalysisData': ['descr/*.rst']},
72-
install_requires=['six'],
72+
install_requires=['six',
73+
'setuptools',
74+
],
7375
zip_safe=True,
7476
)

0 commit comments

Comments
 (0)