File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,9 @@ Issues = "https://github.com/pyinvoke/invoke/issues"
4747Changelog = " https://www.pyinvoke.org/changelog.html"
4848CI = " 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 ]
5655invoke = " invoke.main:program.run"
@@ -109,8 +108,6 @@ ignore_missing_imports = true
109108module = " pytest_relaxed"
110109ignore_missing_imports = true
111110
112- [tool .uv .sources ]
113- invoke = { workspace = true }
114111
115112[dependency-groups ]
116113dev = [
@@ -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]
You can’t perform that action at this time.
0 commit comments