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
@@ -5,7 +5,7 @@
"name": "TagStudio",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/src/tagstudio/main.py",
"program": "${workspaceRoot}/src/tagstudio/__main__.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": ["-o", "~/Documents/Example"]