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

View file

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