@@ -4,23 +4,31 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " exiftoolgui"
7
- version = " 0.1.3 "
7
+ version = " 0.1.4 "
8
8
authors = [
9
9
{ name = " Ciprian Mandache" , email = " psyb0t@51k.eu" }, # Role: Orchestrator
10
10
{ name = " Claude 3.5 Sonnet" }, # Role: Developer
11
11
]
12
12
description = " A GUI application for ExifTool built with Claude 3.5 Sonnet, designed to work on Linux and macOS."
13
13
readme = " README.md"
14
- requires-python = " >=3.6 "
14
+ requires-python = " >=3.7 "
15
15
classifiers = [
16
16
" Programming Language :: Python :: 3" ,
17
+ " Programming Language :: Python :: 3.7" ,
18
+ " Programming Language :: Python :: 3.8" ,
19
+ " Programming Language :: Python :: 3.9" ,
20
+ " Programming Language :: Python :: 3.10" ,
21
+ " Programming Language :: Python :: 3.11" ,
17
22
" Operating System :: MacOS" ,
18
23
" Operating System :: POSIX :: Linux" ,
19
24
]
20
25
21
26
[project .urls ]
22
- Homepage = " https://github.com/psyb0t/ezpyai"
23
- Issues = " https://github.com/psyb0t/ezpyai/issues"
27
+ Homepage = " https://github.com/psyb0t/exiftoolgui"
28
+ Issues = " https://github.com/psyb0t/exiftoolgui/issues"
29
+
30
+ [project .scripts ]
31
+ exiftoolgui = " exiftoolgui.exiftoolgui:ExifToolGUI.main"
24
32
25
33
[tool .hatch .build .targets .wheel ]
26
34
packages = [" src/exiftoolgui" ]
0 commit comments