This commit is contained in:
2025-10-26 07:17:49 +04:00
commit e41e49f7ea
23 changed files with 5070 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "markdown-editor"
version = "3.0.0"
description = "WebDAV-based Markdown Editor with modular architecture"
requires-python = ">=3.11"
dependencies = [
"wsgidav>=4.3.0",
"cheroot>=10.0.0",
"pyyaml>=6.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = []