mambler/pyproject.toml
randogoth 6350a8a305 init
2025-10-20 20:54:19 +03:00

12 lines
219 B
TOML

[project]
name = "mambler"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"md2txt",
]
[tool.uv.sources]
md2txt = { path = "../md2txt" }