Fix protocol handling

This commit is contained in:
2020-03-09 18:06:34 +01:00
parent 693d7ac3e1
commit f9e0929a56
2 changed files with 71 additions and 49 deletions

View File

@@ -5,7 +5,7 @@ def read_file(fname):
return f.read()
setup(name = "uvscand",
version = "0.0.3",
version = "0.0.4",
author = "Thomas Oettli",
author_email = "spacefreak@noop.ch",
description = "A python daemon to perform virus scans with uvscan (McAfee) over TCP socket.",