Use temp directory for temp files (fixes issue #54)

This commit is contained in:
Sean Whalen
2019-02-10 07:29:52 -05:00
parent 21b6ccb427
commit 8ed6c7840d
4 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.0.1"
__version__ = "6.0.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"