Skip to content

Commit 2985157

Browse files
committed
Trying to fix CI
1 parent 4cbd78e commit 2985157

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ dev = [
6464
"black",
6565
"isort",
6666
"ipython",
67+
"setuptools>=61",
68+
"wheel"
6769
]
6870

6971
[tool.pdm.scripts]
@@ -94,8 +96,4 @@ line-length = 88
9496
profile = "black"
9597

9698
[tool.mypy]
97-
ignore_missing_imports = true
98-
99-
[build-system]
100-
requires = ["setuptools>=61", "wheel"]
101-
build-backend = "setuptools.build_meta"
99+
ignore_missing_imports = true

0 commit comments

Comments
 (0)