...
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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 = []
|
||||
|
||||
Reference in New Issue
Block a user