19 lines
358 B
TOML
19 lines
358 B
TOML
[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 = []
|
|
|