summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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]
3project_name = "scorecounter" 3project_name = "scorecounter"
4bundle = "org.pichove" 4bundle = "org.pichove"
5version = "1.1.0" 5version = "1.2.0"
6url = "https://simeon.simeonov.no" 6url = "https://simeon.simeonov.no"
7license.file = "LICENSE" 7license = "GPL-3.0-or-later"
8license-files = ["LICENSE"]
8author = "Simeon Simeonov" 9author = "Simeon Simeonov"
9author_email = "sgs@pichove.org" 10author_email = "sgs@pichove.org"
10 11
@@ -191,4 +192,3 @@ build_gradle_dependencies = [
191requires = [ 192requires = [
192 "toga-web~=0.5.0", 193 "toga-web~=0.5.0",
193] 194]
194