8000 pyproject.toml: list dependencies and optional-dependencies as dynamic · ag-python-qt/git-cola@b53983c · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit b53983c

Browse files
committed
pyproject.toml: list dependencies and optional-dependencies as dynamic
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent 4d23736 commit b53983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Topic :: Software Development :: Version Control :: Git",
1414
]
1515
description = "A sleek and powerful Git GUI"
16-
dynamic = ["version"]
16+
dynamic = ["dependencies", "optional-dependencies", "version"]
1717
license = {file = "COPYING"}
1818
readme = "README.md"
1919

0 commit comments

Comments
 (0)
0