summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSimeon Simeonov2026-06-09 23:42:27 +0200
committerSimeon Simeonov2026-06-09 23:42:27 +0200
commitc5f636cad5b9d66b3406090af5a26238968b9c91 (patch)
treeee4ed091118b84b4cf56f9af93d50dcab57be031 /pyproject.toml
parent0d2263e9fa4d896deefe20665ce5bc37d16fe316 (diff)
Add .ico and update CHANGELOG
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 449c6ee..039e930 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,9 @@ long_description = """Simple application for counting scores for two teams
17sources = [ 17sources = [
18 "src/scorecounter", 18 "src/scorecounter",
19] 19]
20
21icon = "icons/scorecounter"
22
20test_sources = [ 23test_sources = [
21 "tests", 24 "tests",
22] 25]