Skip to content

Commit 55e09f6

Browse files
committed
Fixup
1 parent 8880116 commit 55e09f6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ Issues = "https://github.com/pyinvoke/invoke/issues"
4747
Changelog = "https://www.pyinvoke.org/changelog.html"
4848
CI = "https://app.circleci.com/pipelines/github/pyinvoke/invoke"
4949

50-
5150
[build-system]
52-
requires = ["uv_build >= 0.7.19, <0.9.0"]
53-
build-backend = "uv_build"
51+
requires = ["setuptools >= 77.0.3"]
52+
build-backend = "setuptools.build_meta"
5453

5554
[project.scripts]
5655
invoke = "invoke.main:program.run"
@@ -109,8 +108,6 @@ ignore_missing_imports = true
109108
module = "pytest_relaxed"
110109
ignore_missing_imports = true
111110

112-
[tool.uv.sources]
113-
invoke = { workspace = true }
114111

115112
[dependency-groups]
116113
dev = [
@@ -125,7 +122,6 @@ dev = [
125122
"pytest-cov>=4",
126123
"pytest-relaxed>=2",
127124
"releases>=2",
128-
"setuptools>56",
129125
"types-pyyaml==6.0.12.4",
130126
"uv"
131127
]

0 commit comments

Comments
 (0)