Skip to content

Commit 53dd737

Browse files
nathanjmcdougallseddonym
authored andcommitted
Remove unused setuptools config.
Maturin is the build backend now, so the old `setuptools` config has no effect.
1 parent 9458121 commit 53dd737

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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)