init
This commit is contained in:
commit
6350a8a305
9 changed files with 3219 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue