Skip to content

Commit 365f3e8

Browse files
committed
MNT: Remove package data spec, clarify top-level packages
1 parent 49f09da commit 365f3e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,8 @@ platforms = ["OS Independent"]
7575
provides = ["nibabel", "nisext"]
7676
zip-safe = false
7777

78-
[tool.setuptools.packages]
79-
find = {}
80-
81-
[tool.setuptools.package-data]
82-
nibabel = ["tests/data/*", "*/tests/data/*", "benchmarks/pytest.benchmark.ini"]
78+
[tool.setuptools.packages.find]
79+
include = ["nibabel*", "nisext*"]
8380

8481
[tool.blue]
8582
line_length = 99

0 commit comments

Comments
 (0)