Skip to content

Commit 55f6f5f

Browse files
committed
Add setuptools as a package dep for the version
1 parent ae7c6fa commit 55f6f5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ classifiers = [
1919
"Typing :: Typed",
2020
]
2121
dynamic = ["version"]
22-
dependencies = ["requests>=2.31.0,<3", "packaging", "typing-extensions"]
22+
dependencies = [
23+
"requests>=2.31.0,<3",
24+
"packaging",
25+
"typing-extensions",
26+
"setuptools-scm;python_version>='3.12'",
27+
]
2328

2429
[project.urls]
2530
Source = "https://github.com/posit-dev/posit-sdk-py"

0 commit comments

Comments
 (0)