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__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
/working
|
working/
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
1136
packages/markitup/uv.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue