Skip to content

Commit

Permalink
Use consistent quoting in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jun 19, 2023
1 parent f52421f commit 68ac31a
Show file tree
Hide file tree
Showing 41 changed files with 457 additions and 457 deletions.
22 changes: 11 additions & 11 deletions examples/activityindicator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.activityindicator]
formal_name = "Activity Indicator"
description = "A testing app"
sources = ['activityindicator']
sources = ["activityindicator"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.activityindicator.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.activityindicator.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.activityindicator.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.activityindicator.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.activityindicator.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.activityindicator.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
22 changes: 11 additions & 11 deletions examples/beeliza/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.beeliza]
formal_name = "Beeliza"
description = "A testing app"
sources = ['beeliza']
sources = ["beeliza"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.beeliza.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.beeliza.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.beeliza.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.beeliza.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.beeliza.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.beeliza.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
22 changes: 11 additions & 11 deletions examples/box/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.box]
formal_name = "Box Demo"
description = "A testing app"
sources = ['box']
sources = ["box"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.box.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.box.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.box.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.box.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.box.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.box.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
22 changes: 11 additions & 11 deletions examples/button/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.button]
formal_name = "Button Demo"
description = "A testing app"
sources = ['button']
sources = ["button"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.button.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.button.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.button.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.button.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.button.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.button.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
22 changes: 11 additions & 11 deletions examples/canvas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.canvas]
formal_name = "Canvas Demo"
description = "A testing app"
sources = ['canvas']
sources = ["canvas"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.canvas.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.canvas.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.canvas.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.canvas.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.canvas.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.canvas.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
22 changes: 11 additions & 11 deletions examples/colors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,49 @@ bundle = "org.beeware"
version = "0.0.1"
url = "https://beeware.org"
license = "BSD license"
author = 'Tiberius Yak'
author = "Tiberius Yak"
author_email = "tiberius@beeware.org"

[tool.briefcase.app.colors]
formal_name = "colors"
description = "A testing app"
sources = ['colors']
sources = ["colors"]
requires = [
'../../core',
"../../core",
]


[tool.briefcase.app.colors.macOS]
requires = [
'../../cocoa',
'std-nslog>=1.0.0',
"../../cocoa",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.colors.linux]
requires = [
'../../gtk',
"../../gtk",
]

[tool.briefcase.app.colors.windows]
requires = [
'../../winforms',
"../../winforms",
]

# Mobile deployments
[tool.briefcase.app.colors.iOS]
requires = [
'../../iOS',
'std-nslog>=1.0.0',
"../../iOS",
"std-nslog>=1.0.0",
]

[tool.briefcase.app.colors.android]
requires = [
'../../android',
"../../android",
]

# Web deployment
[tool.briefcase.app.colors.web]
requires = [
'../../web',
"../../web",
]
style_framework = "Shoelace v2.3"
Loading

0 comments on commit 68ac31a

Please sign in to comment.