From 6d278d4bec9e42e980bfebbbf561cdce16c0b078 Mon Sep 17 00:00:00 2001 From: Nex Date: Sun, 8 May 2022 15:17:19 +0200 Subject: [PATCH] Actually, can also move version to setup.cfg --- setup.cfg | 1 + setup.py | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) 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()