deps and readme

This commit is contained in:
randogoth 2025-10-20 22:25:49 +03:00
parent ea43375cb4
commit ac712dd1c6
2 changed files with 23 additions and 11 deletions

View file

@ -1,7 +1,7 @@
[project]
name = "mambler"
version = "0.1.0"
description = "Add your description here"
description = "Converts Markdown into Ancient Machine Book (AMB) format."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
@ -9,4 +9,4 @@ dependencies = [
]
[tool.uv.sources]
md2txt = { path = "../md2txt" }
md2txt = { git = "https://github.com/randogoth/md2txt", rev = "main" }