Skip to content

Commit 27e9fbf

Browse files
WIP: drop uv sources from subproject
1 parent 196a1c1 commit 27e9fbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setuptools-scm/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
]
1111
backend-path = [
1212
".",
13-
"src",
13+
"./src",
1414
]
1515

1616
[project]
@@ -49,8 +49,6 @@ dependencies = [
4949
'typing-extensions; python_version < "3.11"',
5050
]
5151

52-
[tool.uv.sources]
53-
vcs-versioning = { workspace = true }
5452

5553
[project.optional-dependencies]
5654
rich = ["rich"]

0 commit comments

Comments
 (0)