Move __version__ back

Fixes building from git/docker
This commit is contained in:
Sean Whalen
2022-05-09 15:34:01 -04:00
parent b9c3404989
commit 6702181400
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
from parsedmarc.meta import __version__
__version__ = "8.1.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"