add uv
This commit is contained in:
parent
278c1d1c97
commit
9909ae13b8
3 changed files with 1137 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,7 +4,7 @@
|
|||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
/working
|
||||
working/
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
|
|
|||
|
|
@ -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
1136
packages/markitup/uv.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue