pyproject: adding URL and silly desc

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-02 15:17:38 -04:00
parent adc0f86b92
commit 6a5a98d207
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@
project_name = "Hello World"
bundle = "com.example"
version = "0.0.1"
url = "https://example.com/helloworld"
url = "https://git.batts.cloud/vbatts/learning-beeware"
license = "MIT license"
author = "Vincent Batts"
author_email = "vbatts@hashbangbash.com"
[tool.briefcase.app.helloworld]
formal_name = "Hello World"
description = "My first application"
long_description = """More details about the app should go here.
description = "yup, a first try"
long_description = """let's see if we craft an idea from this
"""
icon = "src/helloworld/resources/helloworld"
sources = [