Skip to content

Commit

Permalink
Merge pull request #37 from clodman84/14-package-the-application
Browse files Browse the repository at this point in the history
14 package the application
  • Loading branch information
clodman84 authored Sep 8, 2024
2 parents d4cca51 + 1f66df8 commit 3498fe2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 49 deletions.
2 changes: 0 additions & 2 deletions GUI/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ def task():
render_frame(A, B)
A += 0.08
B += 0.03
if dpg.get_frame_rate() < 90:
L.clear_log()

t = threading.Thread(target=task)
t.start()
Binary file added dopylogofinal.ico
Binary file not shown.
Binary file added dopylogofinal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions goals.md

This file was deleted.

12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[project]
name = "UNF-v3"
version = "0.2.0-beta"
description = "DoPy Billing Software"

[tool.cxfreeze]
executables = [
{script = "main.py", base = "gui", icon="dopylogofinal"}
]

[tool.cxfreeze.build_exe]
optimize = 2
17 changes: 0 additions & 17 deletions setup.py

This file was deleted.

12 changes: 0 additions & 12 deletions style.md

This file was deleted.

0 comments on commit 3498fe2

Please sign in to comment.