Also set create date

This commit is contained in:
Alexander Wainwright
2025-12-13 20:18:18 +10:00
parent d086603306
commit 5525d309bf
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "emulsion"
version = "0.1.0"
version = "0.1.1"
description = "A tool for updating exif tags"
requires-python = ">=3.10"
dependencies = [

View File

@@ -172,6 +172,7 @@ def build_exiftool_cmd(file_path, author, lab, make, model, film, timestamp, dry
# Timestamps
f"-DateTimeOriginal={timestamp}",
f"-CreateDate={timestamp}",
# Clear out some lab fields
"-WebStatement=",