mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-20 11:02:26 +02:00
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:
committed by
GitHub
parent
f89f0a6c7f
commit
c32f500f3c
@@ -41,7 +41,7 @@ datafiles = [
|
||||
]
|
||||
|
||||
a = Analysis(
|
||||
[Path(project_root, "main.py")],
|
||||
[Path(project_root, "__main__.py")],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=datafiles,
|
||||
|
||||
Reference in New Issue
Block a user