refactor!: organize project layout (#1483)

* refactor!: organize project layout

* refactor: organize tests

* fix: change main.py with __main__.py in tagstudio.spec

* refactor: rename renderer.py to file_renderer.py
This commit is contained in:
Travis Abendshien
2026-08-18 13:56:35 -07:00
committed by GitHub
parent f89f0a6c7f
commit c32f500f3c
139 changed files with 545 additions and 514 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ datafiles = [
]
a = Analysis(
[Path(project_root, "main.py")],
[Path(project_root, "__main__.py")],
pathex=[],
binaries=[],
datas=datafiles,