diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 29103c1..449c6ee 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -2,9 +2,10 @@ | |||
| 2 | [tool.briefcase] | 2 | [tool.briefcase] |
| 3 | project_name = "scorecounter" | 3 | project_name = "scorecounter" |
| 4 | bundle = "org.pichove" | 4 | bundle = "org.pichove" |
| 5 | version = "1.1.0" | 5 | version = "1.2.0" |
| 6 | url = "https://simeon.simeonov.no" | 6 | url = "https://simeon.simeonov.no" |
| 7 | license.file = "LICENSE" | 7 | license = "GPL-3.0-or-later" |
| 8 | license-files = ["LICENSE"] | ||
| 8 | author = "Simeon Simeonov" | 9 | author = "Simeon Simeonov" |
| 9 | author_email = "sgs@pichove.org" | 10 | author_email = "sgs@pichove.org" |
| 10 | 11 | ||
| @@ -191,4 +192,3 @@ build_gradle_dependencies = [ | |||
| 191 | requires = [ | 192 | requires = [ |
| 192 | "toga-web~=0.5.0", | 193 | "toga-web~=0.5.0", |
| 193 | ] | 194 | ] |
| 194 | |||
