fix and re-package for Python 3.14

This commit is contained in:
2026-08-24 14:01:39 +02:00
parent 364368e3a5
commit c789d056b2
4 changed files with 71 additions and 75 deletions
+25
View File
@@ -0,0 +1,25 @@
[tool.setuptools.packages.find]
include = ["uvscand"]
[project]
name = "uvscand"
version = "0.0.6"
requires-python = ">=3.11"
authors = [
{name = "Thomas Oettli", email = "spacefreak@noop.ch"}
]
maintainers = [
{name = "Thomas Oettli", email = "spacefreak@noop.ch"}
]
description = "A python daemon to perform virus scans with uvscan (McAfee) over TCP socket."
readme = "README.md"
license = "GPL-3.0-only"
keywords = ["uvscan", "virus", "rspamd", "mail"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: System Administrators",
"Programming Language :: Python :: 3"
]
[project.scripts]
uvscand = "uvscand:main"