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__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
/working working/
# C extensions # C extensions
*.so *.so

View file

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

1136
packages/markitup/uv.lock Normal file

File diff suppressed because it is too large Load diff