diff --git a/setup.cfg b/setup.cfg index faa6143..ad197eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = mvt +version = attr: mvt.common.version.MVT_VERSION author = Claudio Guarnieri author_email = nex@nex.sx description = Mobile Verification Toolkit diff --git a/setup.py b/setup.py index 514895b..11f2323 100755 --- a/setup.py +++ b/setup.py @@ -5,8 +5,4 @@ from setuptools import setup -from mvt.common.version import MVT_VERSION - -setup( - version=MVT_VERSION, -) +setup()