insert document header

This commit is contained in:
2026-08-07 20:07:29 +05:30
parent 15d2f94d04
commit 5793b30ce8
11 changed files with 471 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[project]
name = "hashtool"
version = "0.1.0"
description = "A short description of hashtool"
authors = [
{name = "Alexander Rossmanith", email = "hashtool@alexander-rossmanith.de"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-docx (>=1.2.0,<2.0.0)"
]
[tool.poetry]
package-mode = false
packages = [{include = "hashtool", from = "src"}]
[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"