pyproject: adding URL and silly desc
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
adc0f86b92
commit
6a5a98d207
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue