Initial commit

This commit is contained in:
2026-03-29 15:04:15 -04:00
parent e67c991697
commit b69d1a4408
31 changed files with 2520 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "movietagger"
version = "0.2.0"
requires-python = ">=3.11"
dependencies = [
'PySide6',
'QtAwesome',
'platformdirs',
'themoviedb',
]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[project.optional-dependencies]
dev = [
'pyinstaller'
]