mirror of
https://github.com/novoid/filetags.git
synced 2026-06-14 03:21:19 +00:00
updated pyproject.toml
This commit is contained in:
parent
adfdfa3e16
commit
b00ac9839e
2 changed files with 4 additions and 1 deletions
|
|
@ -45,6 +45,9 @@ dependencies = [
|
|||
"pypiwin32; sys_platform == 'win32'",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["filetags*"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/novoid/filetags"
|
||||
Repository = "https://github.com/novoid/filetags"
|
||||
|
|
|
|||
2
uv.lock
2
uv.lock
|
|
@ -28,7 +28,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "filetags"
|
||||
version = "2025.11.16.1"
|
||||
version = "2026.3.1.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "clint" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue