Skip to content

Commit 4c1da79

Browse files
committed
MNT: Remove manifest and package data spec
These are now handled by setuptools_scm. Also, clarify the expected top-level packages in find
1 parent 296e4fe commit 4c1da79

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

MANIFEST.in

-5
This file was deleted.

pyproject.toml

+2-5
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)