Try to fix left over tmp files

Signed-off-by: Thomas Oettli <spacefreak@noop.ch>
This commit is contained in:
2020-01-29 23:39:46 +01:00
parent 769ddc8fa7
commit 182faaf3c6
2 changed files with 11 additions and 7 deletions

View File

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