updated pyproject.toml

This commit is contained in:
Karl Voit 2026-03-02 10:13:32 +01:00
parent adfdfa3e16
commit b00ac9839e
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -28,7 +28,7 @@ wheels = [
[[package]]
name = "filetags"
version = "2025.11.16.1"
version = "2026.3.1.1"
source = { editable = "." }
dependencies = [
{ name = "clint" },