Skip to content

Commit ea0aa92

Browse files
authored
Fix project dependencies (#117)
Dependencies should be listed under `project`, not under `project.license`. Installation of the current package on PyPI will not install any depedencies.
1 parent e2505f3 commit ea0aa92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ maintainers = [
1212
{name = "Frank T. Bergmann", email = "frank.thomas.bergmann@gmail.com"}
1313
]
1414
description = "Graphical user interface for the PEtab format"
15-
16-
[project.license]
17-
file = "LICENSE"
18-
19-
2015
dependencies = [
2116
"wheel",
2217
"pyside6",
@@ -30,6 +25,9 @@ dependencies = [
3025
"copasi-petab-importer"
3126
]
3227

28+
[project.license]
29+
file = "LICENSE"
30+
3331
[build-system]
3432
requires = [
3533
"setuptools>=42",

0 commit comments

Comments
 (0)