Skip to content

Commit 1d64a40

Browse files
committed
📝 reference and second requirements option
1 parent 3ce020a commit 1d64a40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ref: https://setuptools.pypa.io/en/stable/userguide/pyproject_config.html
12
[project]
23
authors = [
34
{ name = "Jakob Nybo Nissen", email = "[email protected]" },
@@ -17,8 +18,13 @@ classifiers = [
1718
"License :: OSI Approved :: MIT License",
1819
"Operating System :: OS Independent",
1920
]
20-
# # add dependencies here:
21+
# # add dependencies here: (use one of the two)
2122
# dependencies = ["numpy", "pandas", "scipy", "matplotlib", "seaborn"]
23+
# use requirements.txt instead of pyproject.toml for dependencies
24+
# https://stackoverflow.com/a/73600610/9684872
25+
# [tool.setuptools.dynamic]
26+
# dependencies = {file = ["requirements.txt"]}
27+
2228

2329
[project.urls]
2430
"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues"

0 commit comments

Comments
 (0)