Skip to content

Commit a98b35f

Browse files
committed
use flet default src folder, update pyproject.toml
1 parent 0864751 commit a98b35f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+15
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.json
33
__pycache__
44
.venv
5+
build

assets/icon.png

-8.37 KB
Binary file not shown.

icon.ico

21.2 KB
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ version = "1.0.5"
44
description = "IT Remote, remotely troubleshoot PCs on your domain."
55
readme = "README.md"
66
requires-python = ">=3.8"
7-
authors = [
8-
{name = "Steven Whitney"}
9-
]
107
dependencies = [
118
"flet==0.25.2"
129
]
@@ -24,10 +21,10 @@ compile.cleanup = true # --cleanup-on-compile
2421
product = "IT Remote"
2522

2623
# company name to display in about app dialogs
27-
company = "Steven Whitney"
24+
company = "KnightlyGains"
2825

2926
# copyright text to display in about app dialogs
3027
copyright = "Copyright (C) 2024 by Flet"
3128

3229
[tool.flet.app]
33-
path = ".\"
30+
path = "src"
File renamed without changes.
File renamed without changes.

src/assets/icon.png

34.7 KB
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)