spreadsheet

terminal spreadsheet application
git clone https://git.ce9e.org/spreadsheet.git

commit
e3e6bd890f24cf804feb86bad93fd35df3a455b5
parent
fc3212ae65beee244cdf6ee9bbf662fd9412e6de
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-11 20:25
pyproject: license syntax

Diffstat

M pyproject.toml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -7,7 +7,7 @@ name = "spreadsheet"
    7     7 version = "0.0.0"
    8     8 description = " terminal spreadsheet application "
    9     9 readme = "README.md"
   10    -1 license = {text = "MIT"}
   -1    10 license = "MIT"
   11    11 authors = [
   12    12     {name = "Tobias Bengfort", email = "tobias.bengfort@posteo.de"}
   13    13 ]