This commit is contained in:
rong-xyz 2025-04-21 08:21:20 +00:00
parent 278c1d1c97
commit 9909ae13b8
3 changed files with 1137 additions and 2 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@
__pycache__/
*.py[cod]
*$py.class
/working
working/
# C extensions
*.so

View file

@ -6,7 +6,6 @@ build-backend = "hatchling.build"
name = "markitup"
dynamic = ["version"]
description = 'Utility tool for converting various files to Markdown'
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
keywords = []

1136
packages/markitup/uv.lock Normal file

File diff suppressed because it is too large Load diff