diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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 | |||
| 17 | sources = [ | 17 | sources = [ |
| 18 | "src/scorecounter", | 18 | "src/scorecounter", |
| 19 | ] | 19 | ] |
| 20 | |||
| 21 | icon = "icons/scorecounter" | ||
| 22 | |||
| 20 | test_sources = [ | 23 | test_sources = [ |
| 21 | "tests", | 24 | "tests", |
| 22 | ] | 25 | ] |
