packaging: Use pyproject.toml files instead of setup.py
- Should at least work with pip and uv. - Also added uv.lock files.
This commit is contained in:
parent
a6e802e852
commit
e164f4e7d1
12 changed files with 303 additions and 87 deletions
27
lscolors/uv.lock
generated
Normal file
27
lscolors/uv.lock
generated
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
version = 1
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[[package]]
|
||||
name = "cwcwidth"
|
||||
version = "0.1.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa27c4d7e84d69d30fdf4966e7764247cdc395f8fe7d9/cwcwidth-0.1.5.tar.gz", hash = "sha256:2c840e7d85f6de45c45986b416d79312c91882e1121b78d4c347e49c4238c09d", size = 11071 }
|
||||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "2024.12.7"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "termstr" },
|
||||
]
|
||||
|
||||
[package.metadata]
|
||||
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07" }]
|
||||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.7"
|
||||
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.07#a6e802e8522aa27551257b32590f045243a0785e" }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue