Skip to content

Commit 2002719

Browse files
Remove unused setuptools config.
Maturin is the build backend now, so the old `setuptools` config has no effect.
1 parent 53ed8f8 commit 2002719

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,3 @@ benchmark_ci = [
6969

7070
[tool.pytest.ini_options]
7171
xfail_strict = true
72-
73-
[tool.setuptools]
74-
include-package-data = true
75-
zip-safe = false
76-
77-
[tool.setuptools.package-data]
78-
grimp = ["py.typed"]
79-
80-
[tool.setuptools.packages.find]
81-
where = ["src"]
82-
namespaces = false

0 commit comments

Comments
 (0)