init push

This commit is contained in:
2025-12-08 05:12:14 +01:00
parent 7d42af7cfc
commit 30f5a8d6a1
8 changed files with 160 additions and 1 deletions

32
pyproject.toml Normal file
View File

@@ -0,0 +1,32 @@
[project]
name = "qifdp"
version = "0.1.0"
description = "Add your description here"
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"]
[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",
]