Skip to content

Commit

Permalink
📝 reference and second requirements option
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 31, 2024
1 parent 3ce020a commit 1d64a40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ref: https://setuptools.pypa.io/en/stable/userguide/pyproject_config.html
[project]
authors = [
{ name = "Jakob Nybo Nissen", email = "[email protected]" },
Expand All @@ -17,8 +18,13 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
# # add dependencies here:
# # add dependencies here: (use one of the two)
# dependencies = ["numpy", "pandas", "scipy", "matplotlib", "seaborn"]
# use requirements.txt instead of pyproject.toml for dependencies
# https://stackoverflow.com/a/73600610/9684872
# [tool.setuptools.dynamic]
# dependencies = {file = ["requirements.txt"]}


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

0 comments on commit 1d64a40

Please sign in to comment.