18 lines
356 B
TOML
18 lines
356 B
TOML
[project]
|
|
name = "qifdp"
|
|
version = "25.12.9"
|
|
description = "A Python library to quickly parse IFD Tags"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
package-dir = {"" = "src"}
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|