Skip to content

Commit

Permalink
add setuptools to install requirements
Browse files Browse the repository at this point in the history
fix #23
  • Loading branch information
orbeckst authored and richardjgowers committed Nov 6, 2018
1 parent bff2808 commit 2e37637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes
- fixed fetch_adk_transitions_DIMS() failed to fetch (#19)
- added six to install requirements (#22)
- added setuptools to install requirements (#23)

### Changes

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
packages=find_packages(),
package_dir={'MDAnalysisData': 'MDAnalysisData'},
package_data={'MDAnalysisData': ['descr/*.rst']},
install_requires=['six'],
install_requires=['six',
'setuptools',
],
zip_safe=True,
)

0 comments on commit 2e37637

Please sign in to comment.