There was an error while loading. Please reload this page.
1 parent ac6ba04 commit c900b32Copy full SHA for c900b32
1 file changed
pyproject.toml
@@ -1,12 +1,13 @@
1
[project]
2
name = "textual-diff-view"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Beautiful Diff view widget for Textual applications"
5
homepage = "https://github.com/batrachianai/textual-diff-view"
6
repository = "https://github.com/batrachianai/textual-diff-view"
7
documentation = "https://github.com/batrachianai/textual-diff-view"
8
9
readme = "README.md"
10
+license = { file = "LICENSE" }
11
authors = [
12
{ name = "Will McGugan", email = "willmcgugan@gmail.com" }
13
]
0 commit comments