Skip to content

Commit c900b32

Browse files
committed
add license
1 parent ac6ba04 commit c900b32

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "textual-diff-view"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Beautiful Diff view widget for Textual applications"
55
homepage = "https://github.com/batrachianai/textual-diff-view"
66
repository = "https://github.com/batrachianai/textual-diff-view"
77
documentation = "https://github.com/batrachianai/textual-diff-view"
88

99
readme = "README.md"
10+
license = { file = "LICENSE" }
1011
authors = [
1112
{ name = "Will McGugan", email = "willmcgugan@gmail.com" }
1213
]

0 commit comments

Comments
 (0)