parse LE/BE indicator bytes
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user