We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9696314 commit fb10924Copy full SHA for fb10924
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
requires-python = ">=3.10"
7
name = "cterasdk"
8
-dynamic = ["version"]
+dynamic = ["version", "dependencies"]
9
authors = [
10
{name = "Saimon Michelson", email = "saimon@ctera.com"}
11
]
@@ -32,5 +32,9 @@ Documentation = "https://ctera-python-sdk.readthedocs.io/en/latest/"
32
[project.scripts]
33
"cterasdk.io.direct.download" = "cterasdk.direct.cli:download_object"
34
35
+[tool.setuptools.dynamic]
36
+dependencies = {file = ["requirements.txt"]}
37
+
38
39
[tool.setuptools_scm]
40
version_file = "cterasdk/version.py"
0 commit comments