File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,6 @@ description = TODO
10
10
python_requires = >=3.7
11
11
install_requires =
12
12
pydra >= 0.6.2
13
-
14
- test_requires =
15
- pytest >= 4.4.0
16
- pytest-cov
17
- pytest-env
18
- pytest-xdist
19
- pytest-rerunfailures
20
- codecov
21
-
22
13
packages = find_namespace:
23
14
24
15
[options.packages.find]
Original file line number Diff line number Diff line change 8
8
9
9
# Give setuptools a hint to complain if it's too old a version
10
10
# 30.3.0 allows us to put most metadata in setup.cfg
11
+ # 40.1.0 enables the `find_namespace:` directive
11
12
# Should match pyproject.toml
12
- SETUP_REQUIRES = ["setuptools >= 30.3 .0" ]
13
+ SETUP_REQUIRES = ["setuptools >= 40.1 .0" ]
13
14
# This enables setuptools to install wheel on-the-fly
14
15
SETUP_REQUIRES += ["wheel" ] if "bdist_wheel" in sys .argv else []
15
16
You can’t perform that action at this time.
0 commit comments