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 765b184 commit 121b214Copy full SHA for 121b214
setup.cfg
@@ -5,7 +5,7 @@ author_email = [email protected]
5
maintainer = Nipype developers
6
maintainer_email = [email protected]
7
description = Pydra dataflow engine
8
-long_description = file:long_description.rst
+long_description = file:README.rst
9
long_description_content_type = text/x-rst; charset=UTF-8
10
license = Apache License, 2.0
11
provides =
@@ -30,7 +30,7 @@ install_requires =
30
etelemetry >= 0.2.2
31
32
test_requires =
33
- pytest >= 4.4.0
+ pytest >= 4.4.0, < 6.0.0
34
pytest-cov
35
pytest-env
36
pytest-xdist
@@ -62,7 +62,7 @@ doc =
62
docs =
63
%(doc)s
64
test =
65
66
67
68
0 commit comments