Skip to content

Commit

Permalink
Depend on DataLad 0.16
Browse files Browse the repository at this point in the history
With this dependency we can configure

`datalad.extensions.load=ebrains`

and have the extension loaded automatically on start-up, for any
invocation, not just extension commands. This enables us to patch
`clone_dataset()` to call `ebrains-kg2ds` for any URL that points
to an ebrains dataset landing page.
  • Loading branch information
mih committed Apr 25, 2022
1 parent 8015888 commit 650f93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers =
Programming Language :: Python :: 3

[options]
python_requires = >= 3.5
python_requires = >= 3.6
install_requires =
datalad >= 0.12.0
datalad >= 0.16
test_requires =
nose
coverage
Expand Down

0 comments on commit 650f93c

Please sign in to comment.