Skip to content

Commit

Permalink
Declare dependency on datalad
Browse files Browse the repository at this point in the history
Should be versioned, but needs to wait for a release.
  • Loading branch information
mih committed Mar 28, 2018
1 parent 00e1754 commit 387333b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -8,6 +8,9 @@
author_email="team@datalad.org",
version='0.1',
description="demo DataLad module package",
install_requires=[
'datalad',
],
entry_points = {
'datalad.modules': [
'hello=dmhelloworld:module_suite',
Expand Down

0 comments on commit 387333b

Please sign in to comment.