Move version to its own package

This commit is contained in:
Sean Whalen
2022-05-02 14:38:17 -04:00
parent fe5559e44e
commit 996deb042c
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
from parsedmarc import __version__
from parsedmarc.meta import __version__
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"