Skip to content

Commit 3721cd3

Browse files
committed
add dynamic dependencies to use requirements.txt
1 parent 06a6cce commit 3721cd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
# "License :: OSI Approved :: BSD-3-Clause-LBNL",
2020
"Operating System :: OS Independent"
2121
]
22+
dynamic = ["dependencies"]
2223

2324
[project.urls]
2425
Homepage = "https://github.com/BouchardLab/DynamicalComponentsAnalysis"
@@ -29,3 +30,6 @@ where = ["src"]
2930

3031
[tool.setuptools]
3132
package-dir = {"" = "src"}
33+
34+
[tool.setuptools.dynamic]
35+
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)