parse LE/BE indicator bytes

This commit is contained in:
2025-12-09 01:31:47 +01:00
parent 30f5a8d6a1
commit 626218b7fa
6 changed files with 43 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "qifdp"
version = "0.1.0"
description = "Add your description here"
version = "25.12.9"
description = "A Python library to quickly parse IFD Tags"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
@@ -15,18 +15,3 @@ package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[metadata]
name = "qidfp"
version = "0.1.0"
description = "A Python library to quickly parse IFD Tags"
long_description = "file:README.md"
long_description_content_type = "text/markdown"
author = "DasMoorhuhn"
author_email = "dasmoorhuhn@proton.me"
license = "GPLv3.0"
url = "https://github.com/yourusername/my-library"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]